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

{
tryCatch({
dw <- get_downloads(1)
pollen <- samples(dw)
}, error = function(e) {
 message("Neotoma server not responding. Try again later.")
})
}