Learn R Programming

neotoma2 (version 1.0.11)

samples,sites-method: samples

Description

Obtain all samples within a sites object

Usage

# S4 method for sites
samples(x)

Value

data.frame with sample records

Arguments

x

sites object

Author

Socorro Dominguez dominguezvid@wisc.edu

Simon Goring goring@wisc.edu

Examples

Run this code
if (FALSE) {
# Get full data download from API and create a long table with samples data.
dw <- get_downloads(1)
pollen <- samples(dw)
}

Run the code above in your browser using DataLab