dryad_files_download: Download a specific file

View source: R/files.R

dryad_files_downloadR Documentation

Download a specific file

Description

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

## Not run: 
dryad_files_download(ids = 61858)
dryad_files_download(ids = 61859)

## End(Not run)

ropensci/rdryad documentation built on Feb. 7, 2023, 8:54 p.m.