BIEN_taxonomy_species | R Documentation |
BIEN_taxonomy_species downloads a dataframe of all taxonomic information for given species.
BIEN_taxonomy_species(species, ...)
species |
A single species or a vector of species. |
... |
Additional arguments passed to internal functions. |
Dataframe containing taxonomic information for the specified species.
Other taxonomy functions:
BIEN_taxonomy_family()
,
BIEN_taxonomy_genus()
## Not run:
BIEN_taxonomy_species("Cannabis sativa")
species_vector<-c("Acer nigrum","Cannabis sativa")
BIEN_taxonomy_species(species_vector)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.