Learn R Programming

neotoma2 (version 1.0.5)

get_datasets.sites: Get Dataset from a sites object.

Description

Get Dataset from a sites object.

Usage

# S3 method for sites
get_datasets(x, ...)

Value

sites object with full metadata up to the dataset level

Arguments

x

An object of class sites.

...

additional arguments accepted by get_datasets()

Examples

Run this code
# \donttest{
random_sites <- get_sites(1)
allds <- get_datasets(random_sites, limit=3)
# }

Run the code above in your browser using DataLab