Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 797 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 797 Bytes

Build Status codecov

rphylotastic

R package to interact with phylotastic web services.

  • Find the available functions of the R library in this documentation

  • See the full description of the API of phylotastic web services here

To install this in R:

library(devtools)
devtools::install_github("phylotastic/rphylotastic")

For help on functions:

library(rphylotastic)
help(package="rphylotastic")