| samples,sites-method | R Documentation |
Obtain all samples within a sites object
## S4 method for signature 'sites'
samples(x)
x |
sites object |
data.frame with sample records
Socorro Dominguez dominguezvid@wisc.edu
Simon Goring goring@wisc.edu
{
tryCatch({
dw <- get_downloads(1)
pollen <- samples(dw)
}, error = function(e) {
message("Neotoma server not responding. Try again later.")
})
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.