getNCBI | R Documentation |
Process through a vector of species names to obtain taxonomic data
getNCBI(species, host = TRUE)
species |
a vector of species names |
host |
(boolean) affects column naming (nice to keep host and pathogen separate) |
a data.frame with nrow == length(species)
## Not run:
mouse <- getNCBI("Peromyscus leucopus")
worm <- getNCBI("Ascaris lumbricoides", host=FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.