Extract taxonomic data from a set of sites.

# S4 method for class '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

Socorro Dominguez dominguezvid@wisc.edu

Examples

# \donttest{
tryCatch({
somesites <- get_sites(datasettype = "diatom") %>%
  get_downloads()
diatomtaxa <- taxa(somesites)
}, error = function(e) {
message("Neotoma server not responding. Try again later.")
})
#> Warning: no non-missing arguments to max; returning -Inf
#> Warning: 
#> Warning: no non-missing arguments to max; returning -Inf
#> Warning: 
#> Warning: no non-missing arguments to max; returning -Inf
#> Warning: 
#> Warning: no non-missing arguments to max; returning -Inf
#> Warning: 
  # }