Obtain elements on the speleothems level Experimental function: API and behavior may change.
# S4 method for class 'sites'
speleothemdetails(x)data.frame with speleothem records
if (FALSE) { # \dontrun{
kesang <- get_sites(sitename = "Kesang cave") %>%
get_datasets() %>%
filter(datasettype == "pollen") %>%
get_speleothems()
sp <- speleothemdetails(kesang)
} # }