Obtain all samples within a sites object
# S4 method for class 'sites'
samples(x, chronname = NULL)
Arguments
- x
sites object
- chronname
Optional character name of a chronology to report ages
against. When NULL (default) the Neotoma default-chronology precedence
is applied. If the named chronology is not present for a dataset, the
default is used and a warning is issued.
Value
data.frame with sample records
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)
} # }