Description Usage Arguments Value Note See Also Examples
Download a specific file
1 | 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()
1 2 3 4 5 | ## Not run:
dryad_files_download(ids = 61858)
dryad_files_download(ids = 61859)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.