dryad_dataset: Get datasets by DOI(s)

View source: R/datasets.R

dryad_datasetR Documentation

Get datasets by DOI(s)

Description

Get datasets by DOI(s)

Usage

dryad_dataset(dois, ...)

Arguments

dois

(character) one or more DOIs, required

...

Further args passed on to crul::verb-GET

Value

a list of lists, each named by the input DOI

See Also

Other dryad-datasets: dryad_dataset_versions(), dryad_datasets()

Examples

## Not run: 
dryad_dataset(doi = "10.5061/dryad.f385721n")
dois <- c("10.5061/dryad.f385721n", "10.5061/dryad.7ct1n", "10.5061/dryad.1g626")
dryad_dataset(dois = dois)

## End(Not run)

ropensci/rdryad documentation built on Feb. 7, 2023, 8:54 p.m.