taxa-sites-method: Extract taxonomic data from a set of sites.

taxa,sites-methodR Documentation

Extract taxonomic data from a set of sites.

Description

Extract taxonomic data from a set of sites.

Usage

## S4 method for signature 'sites'
taxa(object)

Arguments

object

A sites object.

Value

A data.frame reporting the taxa/data objects, units, elements and other features within a set of records.

Author(s)

Socorro Dominguez dominguezvid@wisc.edu

Examples


tryCatch({
somesites <- get_sites(datasettype = "diatom") %>%
  get_downloads()
diatomtaxa <- taxa(somesites)
}, error = function(e) {
message("Neotoma server not responding. Try again later.")
})
  

neotoma2 documentation built on Dec. 6, 2025, 5:07 p.m.