Learn R Programming

neotoma2 (version 1.0.5)

[[,sites,numeric-method: Slicer

Description

Obtain one of the elements within a sites list

Usage

# S4 method for sites,numeric
[[(x, i)

Value

sliced site object

Arguments

x

sites object

i

iteration in sites list

Examples

Run this code
{
some_site <- get_sites(sitename = "Site%", limit=3)
some_site[[2]]
}

Run the code above in your browser using DataLab