sub-sub: sub-sub

[[,chronologies,numeric-methodR Documentation

sub-sub

Description

Obtain one of the elements within a sites, collectionunits, datasets, etc... Neotoma objects.

Usage

## 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]]

Arguments

x

Neotoma2 nested object

i

iteration in nested list

Value

sliced site object

Examples


tryCatch({
  some_site <- get_sites(sitename = "Site%", limit=3)
  some_site[[2]]
}, error = function(e) {
  message("Neotoma server not responding. Try again later.")
})


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