versions {rdryad} | R Documentation |
Get a dataset version by version ID
dryad_versions(ids, ...)
dryad_versions_files(ids, ...)
dryad_versions_download(ids, ...)
ids |
(numeric/integer) one or more version ids, required |
... |
Further args passed on to crul::verb-GET |
dryad_versions()
and dryad_versions_files()
use async http requests, while dryad_versions_download()
does not use async
a list of lists, each named by the input DOI
## Not run:
dryad_versions(ids = 18774)
dryad_versions_files(ids = 18774)
dryad_versions_download(ids = 18774)
## End(Not run)