dryad_files_download {rdryad} | R Documentation |
Download a specific file
Description
Download a specific file
Usage
dryad_files_download(ids, ...)
Arguments
ids |
(numeric) one or more file ids, required |
... |
Further args passed on to crul::verb-GET |
Value
a list of lists, each named by the input DOI
Note
there's no use of cached files here because we can't determine what the file path will be before making the request, which requires knowing what the data type the file will be
See Also
Other dryad-files:
dryad_files()
Examples
## Not run:
dryad_files_download(ids = 61858)
dryad_files_download(ids = 61859)
## End(Not run)
[Package rdryad version 1.0.0 Index]