speleothemdetails-sites-method: speleothemdetails

speleothemdetails,sites-methodR Documentation

speleothemdetails

Description

Obtain elements on the speleothems level Experimental function: API and behavior may change.

Usage

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

Arguments

x

site object

Value

data.frame with speleothem records

Author(s)

Socorro Dominguez dominguezvid@wisc.edu

Examples


tryCatch({
kesang <- get_sites(sitename = "Kesang cave") %>%
  get_datasets() %>%
  filter(datasettype == "pollen") %>%
  get_speleothems()
sp <- speleothemdetails(kesang)
}, error = function(e) {
message("Neotoma server not responding. Try again later.")
})


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