| speleothemdetails,sites-method | R Documentation |
Obtain elements on the speleothems level Experimental function: API and behavior may change.
## S4 method for signature 'sites'
speleothemdetails(x)
x |
site object |
data.frame with speleothem records
Socorro Dominguez dominguezvid@wisc.edu
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.")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.