Learn R Programming

neotoma2 (version 1.0.11)

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
if (FALSE) {
somesites <- get_sites(datasettype = "diatom") %>%
  get_downloads()
diatomtaxa <- taxa(somesites)
}

Run the code above in your browser using DataLab