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

## Not run: 
somesites <- get_sites(datasettype = "diatom") %>%
  get_downloads()
diatomtaxa <- taxa(somesites)

## End(Not run)

neotoma2 documentation built on April 24, 2026, 1:06 a.m.