dryad_files_download {rdryad} | R Documentation |
Download a specific file
dryad_files_download(ids, ...)
ids |
(numeric) one or more file ids, required |
... |
Further args passed on to crul::verb-GET |
a list of lists, each named by the input DOI
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
Other dryad-files:
dryad_files()
## Not run:
dryad_files_download(ids = 61858)
dryad_files_download(ids = 61859)
## End(Not run)