Learn R Programming

neotoma2 (version 1.0.8)

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

Description

Extract taxonomic data from a set of sites.

Usage

# S4 method for sites
taxa(object)

Value

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

Arguments

object

A sites object.

Author

Socorro Dominguez dominguezvid@wisc.edu

Examples

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

Run the code above in your browser using DataLab