View source: R/state_diversity_counts.R
get_apc_genus_family_lookup | R Documentation |
Retrieve the family name for a given genus using taxonomic data from the Australian Plant Census (APC).
get_apc_genus_family_lookup(genus, resources = load_taxonomic_resources())
genus |
A character vector of genus names for which to retrieve the corresponding family names. |
resources |
The taxonomic resources required to make the lookup.
Loading this can be slow, so call |
A data frame with two columns: "genus", indicating the genus name, and "family", indicating the corresponding family name from the APC.
load_taxonomic_resources
get_apc_genus_family_lookup(genus = c("Acacia", "Eucalyptus"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.