| speleothems,sites-method | R Documentation |
Obtain all speleothems within a sites object Experimental function: API and behavior may change.
## S4 method for signature 'sites'
speleothems(x)
x |
sites object |
data.frame with sample records
Socorro Dominguez dominguezvid@wisc.edu
{
tryCatch({
ds <- get_datasets(37302)
sp <- speleothems(ds)
}, 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.