get_datasets.site {neotoma2}R Documentation

Get Dataset from a site object.

Description

Get Dataset from a site object.

Usage

## S3 method for class 'site'
get_datasets(x, ...)

Arguments

x

An object of class site.

...

additional arguments accepted by get_datasets()

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.3 Index]