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

View source: R/get_datasets.R

get_datasets.sitesR 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 sites.

...

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 July 9, 2023, 7:37 p.m.