taxa,site-method | R Documentation |
Extract taxonomic data from a single site.
## S4 method for signature 'site'
taxa(object)
object |
A |
A data.frame
reporting the taxa/data objects, units,
elements and other features within a set of records.
somesites <- get_sites(datasettype = "pollen", limit = 3) %>%
get_downloads()
diatomtaxa <- taxa(somesites[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.