versions {rdryad}R 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)

[Package rdryad version 1.0.0 Index]