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

# S4 method for class 'chronologies,numeric'
x[[i]]

# S4 method for class 'collunits,numeric'
x[[i]]

# S4 method for class 'contacts,numeric'
x[[i]]

# S4 method for class 'datasets,numeric'
x[[i]]

# S4 method for class 'publications,numeric'
x[[i]]

# S4 method for class 'samples,numeric'
x[[i]]

# S4 method for class 'sites,numeric'
x[[i]]

# S4 method for class 'speleothems,numeric'
x[[i]]

# S4 method for class 'taxa,numeric'
x[[i]]

Arguments

x

Neotoma2 nested object

i

iteration in nested list

Value

sliced site object

Examples

if (FALSE) { # \dontrun{
some_site <- get_sites(sitename = "Site%", limit=3)
some_site[[2]]
} # }