| taxa,sites-method | R Documentation |
Extract taxonomic data from a set of sites.
## S4 method for signature 'sites'
taxa(object)
object |
A |
A data.frame reporting the taxa/data objects, units,
elements and other features within a set of records.
Socorro Dominguez dominguezvid@wisc.edu
tryCatch({
somesites <- get_sites(datasettype = "diatom") %>%
get_downloads()
diatomtaxa <- taxa(somesites)
}, error = function(e) {
message("Neotoma server not responding. Try again later.")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.