dryad_files {rdryad} | R Documentation |
Get metadata information about a file
dryad_files(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
Other dryad-files:
dryad_files_download()
## Not run:
dryad_files(ids = 61859)
dryad_files(ids = 61858)
dryad_files(ids = c(61858, 61859))
## End(Not run)