View source: R/taxonomic-coverage-element.R
add_taxonomic_coverage | R Documentation |
Formats the taxonomic coverage elements in a nested list to easily be added as a parameter to the add_coverage()
function.
add_taxonomic_coverage(taxonomic_metadata)
taxonomic_metadata |
see |
A complete list describing taxonomic coverage that can be added to the coverage list using add_coverage()
## Not run:
taxonomic_metadata <- list(CVPIA_common_species = c("chinook", "steelhead"), common_name = c(NA, NA),
kingdom = c(NA, NA), phylum = c(NA, NA), class = c(NA, NA),
order = c(NA, NA), family = c(NA, NA), genus = c(NA, NA), species = c(NA, NA),
taxon_id = c(NA, NA))
## End(Not run)
## Not run:
add_taxonomic_coverage(taxonomic_metadata)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.