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

taxa,sites-methodR Documentation

Extract taxonomic data from a set of sites.

Description

From a sites object,

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.

Examples


somesites <- get_sites(datasettype = "diatom", limit = 3) %>%
  get_downloads()
diatomtaxa <- taxa(somesites)
common_taxa <- diatomtaxa %>%
  dplyr::filter(sites == 3)
  


neotoma2 documentation built on May 29, 2024, 6:21 a.m.