BIEN_taxonomy_species function

Extract taxonomic information for species

Extract taxonomic information for species

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

BIEN_taxonomy_species(species, ...)

Arguments

  • species: A single species or a vector of species.
  • ...: Additional arguments passed to internal functions.

Returns

Dataframe containing taxonomic information for the specified species.

Examples

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

See Also

Other taxonomy functions: BIEN_taxonomy_family(), BIEN_taxonomy_genus()

  • Maintainer: Brian Maitner
  • License: MIT + file LICENSE
  • Last published: 2025-01-31

Useful links