View source: R/get_gbif_taxa.R
get_gbif_taxa_tree | R Documentation |
biomonitoR
dataset from GBIFFunction to create a reference dataset using API from the Global Biodiversity Information Facility (GBIF).
get_gbif_taxa_tree(x, ref_from_tree = FALSE)
x |
Vector containing your taxa list. |
ref_from_tree |
Create a reference database in the |
as_biomonitor
## Not run:
data(macro_ex)
dfref_gbif <- get_gbif_taxa_tree(macro_ex[, "Taxa"])
data_asb <- as_biomonitor(macro_ex, dfref = dfref_gbif$taxonomy)
data_agg <- aggregate_taxa(data_asb)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.