View source: R/get_worms_taxa.R
get_worms_taxa_tree | R Documentation |
This function allows creating our custom reference database using API from World Register of Marine Species (WORMS).
get_worms_taxa_tree(x, ref_from_tree = FALSE)
x |
Vector contain your Taxa list. |
ref_from_tree |
Create a reference database in the |
as_biomonitor
## Not run:
data(macro_ex)
dfref_worms <- get_worms_taxa_tree(macro_ex[, "Taxa"])
data_asb <- as_biomonitor(macro_ex, dfref = dfref_worms$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.