Learn R Programming

neotoma2 (version 1.0.8)

speleothems,sites-method: speleothems

Description

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

Usage

# S4 method for sites
speleothems(x)

Value

data.frame with sample records

Arguments

x

sites object

Author

Socorro Dominguez dominguezvid@wisc.edu

Examples

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

Run the code above in your browser using DataLab