BIEN_taxonomy_species: Extract taxonomic information for species

View source: R/BIEN.R

BIEN_taxonomy_speciesR Documentation

Extract taxonomic information for species

Description

BIEN_taxonomy_species downloads a dataframe of all taxonomic information for given species.

Usage

BIEN_taxonomy_species(species, ...)

Arguments

species

A single species or a vector of species.

...

Additional arguments passed to internal functions.

Value

Dataframe containing taxonomic information for the specified species.

See Also

Other taxonomy functions: BIEN_taxonomy_family(), BIEN_taxonomy_genus()

Examples

## Not run: 
BIEN_taxonomy_species("Cannabis sativa")
species_vector<-c("Acer nigrum","Cannabis sativa")
BIEN_taxonomy_species(species_vector)
## End(Not run)

BIEN documentation built on Jan. 6, 2023, 9:06 a.m.