Skip to contents

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

UPDATE: we used to not use caching in this fxn; we do now as of 2020-12-15

See also

Other dryad-files: dryad_files()

Examples

if (FALSE) {
dryad_files_download(ids = 61858)
dryad_files_download(ids = 61859)
}