[[,sites,numeric-method {neotoma2} | R Documentation |
Obtain one of the elements within a sites list
## S4 method for signature 'sites,numeric'
x[[i]]
x |
sites object |
i |
iteration in sites list |
sliced site
object
{
some_site <- get_sites(sitename = "Site%", limit=3)
some_site[[2]]
}