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

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

Arguments

x

site object

Value

data.frame with speleothem records

Author

Socorro Dominguez dominguezvid@wisc.edu

Examples

# \donttest{
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.")
})
#> Warning: Some parameters seem invalid. 
#>     The current accepted parameters are: sitename, database, datasettype, altmin, altmax, loc, siteid, datasetid, doidata, gpid, keyword, contactid, taxa, ageyoung, ageold, ageof, all_data, limit, offset, doi
#> Warning: No assigned speleothems. Is it a speleothems dataset?
#>               Did you run `get_speleothems()`?
#> Warning: No assigned speleothems. Is it a speleothem dataset? 
#> 
#>                                   Did you run get_speleothems()?
#> Warning: No assigned speleothems. Is it a speleothems dataset?
#>               Did you run `get_speleothems()`?
#> Warning: No assigned speleothems. Is it a speleothem dataset? 
#> 
#>                                   Did you run get_speleothems()?
#> Warning: No assigned speleothems. Is it a speleothems dataset?
#>               Did you run `get_speleothems()`?
#> Warning: No assigned speleothems. Is it a speleothem dataset? 
#> 
#>                                   Did you run get_speleothems()?
#> Warning: No assigned speleothems. Is it a speleothems dataset?
#>               Did you run `get_speleothems()`?
#> Warning: No assigned speleothems. Is it a speleothem dataset? 
#> 
#>                                   Did you run get_speleothems()?
#> Warning: No assigned speleothems. Is it a speleothems dataset?
#>               Did you run `get_speleothems()`?
#> Warning: No assigned speleothems. Is it a speleothem dataset? 
#> 
#>                                   Did you run get_speleothems()?
#> Warning: No assigned speleothems. Is it a speleothems dataset?
#>               Did you run `get_speleothems()`?
#> Warning: No assigned speleothems. Is it a speleothem dataset? 
#> 
#>                                   Did you run get_speleothems()?
#> Warning: No assigned speleothems. Is it a speleothems dataset?
#>               Did you run `get_speleothems()`?
#> Warning: No assigned speleothems. Is it a speleothem dataset? 
#> 
#>                                   Did you run get_speleothems()?
#> Warning: No assigned speleothems. Is it a speleothems dataset?
#>               Did you run `get_speleothems()`?
#> Warning: No assigned speleothems. Is it a speleothem dataset? 
#> 
#>                                   Did you run get_speleothems()?
#> Warning: No assigned speleothems. Is it a speleothems dataset?
#>               Did you run `get_speleothems()`?
#> Warning: No assigned speleothems. Is it a speleothem dataset? 
#> 
#>                                   Did you run get_speleothems()?
#> Warning: No assigned speleothems. Is it a speleothems dataset?
#>               Did you run `get_speleothems()`?
#> Warning: No assigned speleothems. Is it a speleothem dataset? 
#> 
#>                                   Did you run get_speleothems()?
#> Warning: No assigned speleothems. Is it a speleothems dataset?
#>               Did you run `get_speleothems()`?
#> Warning: No assigned speleothems. Is it a speleothem dataset? 
#> 
#>                                   Did you run get_speleothems()?
#> Warning: No assigned speleothems. Is it a speleothems dataset?
#>               Did you run `get_speleothems()`?
#> Warning: No assigned speleothems. Is it a speleothem dataset? 
#> 
#>                                   Did you run get_speleothems()?
#> Warning: No assigned speleothems. Is it a speleothems dataset?
#>               Did you run `get_speleothems()`?
#> Warning: No assigned speleothems. Is it a speleothem dataset? 
#> 
#>                                   Did you run get_speleothems()?
#> Warning: No assigned speleothems. Is it a speleothems dataset?
#>               Did you run `get_speleothems()`?
#> Warning: No assigned speleothems. Is it a speleothem dataset? 
#> 
#>                                   Did you run get_speleothems()?
#> Warning: No assigned speleothems. Is it a speleothems dataset?
#>               Did you run `get_speleothems()`?
#> Warning: No assigned speleothems. Is it a speleothem dataset? 
#> 
#>                                   Did you run get_speleothems()?
#> Warning: No assigned speleothems. Is it a speleothems dataset?
#>               Did you run `get_speleothems()`?
#> Warning: No assigned speleothems. Is it a speleothem dataset? 
#> 
#>                                   Did you run get_speleothems()?
#> Warning: No assigned speleothems. Is it a speleothems dataset?
#>               Did you run `get_speleothems()`?
#> Warning: No assigned speleothems. Is it a speleothem dataset? 
#> 
#>                                   Did you run get_speleothems()?
#> Neotoma server not responding. Try again later.
# }