versions: Get a dataset version by version ID

versionsR Documentation

Get a dataset version by version ID

Description

Get a dataset version by version ID

Usage

dryad_versions(ids, ...)

dryad_versions_files(ids, ...)

dryad_versions_download(ids, ...)

Arguments

ids

(numeric/integer) one or more version ids, required

...

Further args passed on to crul::verb-GET

Details

dryad_versions() and dryad_versions_files() use async http requests, while dryad_versions_download() does not use async

Value

a list of lists, each named by the input DOI

Examples

## Not run: 
dryad_versions(ids = 18774)
dryad_versions_files(ids = 18774)
dryad_versions_download(ids = 18774)

## End(Not run)

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