Learn R Programming

BIEN (version 1.2.7)

BIEN_taxonomy_genus: Extract taxonomic information for genera

Description

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

Usage

BIEN_taxonomy_genus(genus, ...)

Value

Dataframe containing taxonomic information for the specified genera.

Arguments

genus

A single genus or a vector of genera.

...

Additional arguments passed to internal functions.

See Also

Other taxonomy functions: BIEN_taxonomy_family(), BIEN_taxonomy_species()

Examples

Run this code
if (FALSE) {
BIEN_taxonomy_genus("Acer")
genus_vector<-c("Acer","Quercus")
BIEN_taxonomy_genus(genus_vector)}

Run the code above in your browser using DataLab