get_datasets.site: Get Dataset from a 'site' object.

View source: R/get_datasets.R

get_datasets.siteR 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)


neotoma2 documentation built on May 29, 2024, 6:21 a.m.