Obtain all samples within a sites object

# S4 method for class 'sites'
samples(x)

Arguments

x

sites object

Value

data.frame with sample records

Author

Socorro Dominguez dominguezvid@wisc.edu

Simon Goring goring@wisc.edu

Examples

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