dryad_files {rdryad} | R Documentation |
Get metadata information about a file
Description
Get metadata information about a file
Usage
dryad_files(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
See Also
Other dryad-files:
dryad_files_download()
Examples
## Not run:
dryad_files(ids = 61859)
dryad_files(ids = 61858)
dryad_files(ids = c(61858, 61859))
## End(Not run)
[Package rdryad version 1.0.0 Index]