BIEN_taxonomy_genus function

Extract taxonomic information for genera

Extract taxonomic information for genera

BIEN_taxonomy_genus downloads a dataframe of all taxonomic information for given genera.

BIEN_taxonomy_genus(genus, ...)

Arguments

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

Returns

Dataframe containing taxonomic information for the specified genera.

Examples

## Not run: BIEN_taxonomy_genus("Acer") genus_vector<-c("Acer","Quercus") BIEN_taxonomy_genus(genus_vector) ## End(Not run)

See Also

Other taxonomy functions: BIEN_taxonomy_family(), BIEN_taxonomy_species()

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

Useful links