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

## Not run: 
some_site <- get_sites(sitename = "Site%", limit=3)
some_site[[2]]

## End(Not run)

neotoma2 documentation built on April 24, 2026, 1:06 a.m.