| [[,chronologies,numeric-method | R Documentation |
Obtain one of the elements within a sites,
collectionunits, datasets, etc... Neotoma objects.
## S4 method for signature 'chronologies,numeric'
x[[i]]
## S4 method for signature 'collunits,numeric'
x[[i]]
## S4 method for signature 'contacts,numeric'
x[[i]]
## S4 method for signature 'datasets,numeric'
x[[i]]
## S4 method for signature 'publications,numeric'
x[[i]]
## S4 method for signature 'samples,numeric'
x[[i]]
## S4 method for signature 'sites,numeric'
x[[i]]
## S4 method for signature 'speleothems,numeric'
x[[i]]
## S4 method for signature 'taxa,numeric'
x[[i]]
x |
Neotoma2 nested object |
i |
iteration in nested list |
sliced site object
tryCatch({
some_site <- get_sites(sitename = "Site%", limit=3)
some_site[[2]]
}, 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.