speleothems-sites-method: speleothems

speleothems,sites-methodR Documentation

speleothems

Description

Obtain all speleothems within a sites object Experimental function: API and behavior may change.

Usage

## S4 method for signature 'sites'
speleothems(x)

Arguments

x

sites object

Value

data.frame with sample records

Author(s)

Socorro Dominguez dominguezvid@wisc.edu

Examples

{
tryCatch({
ds <- get_datasets(37302)
sp <- speleothems(ds)
}, error = function(e) {
message("Neotoma server not responding. Try again later.")
})
}

neotoma2 documentation built on Dec. 6, 2025, 5:07 p.m.