get_datasets.sites {neotoma2} | R Documentation |
Get Dataset from a sites
object.
Description
Get Dataset from a sites
object.
Usage
## S3 method for class 'sites'
get_datasets(x, ...)
Arguments
x |
An object of class |
... |
additional arguments accepted by |
Value
sites
object with full metadata up to the dataset
level
Examples
random_sites <- get_sites(1)
allds <- get_datasets(random_sites, limit=3)
[Package neotoma2 version 1.0.4 Index]