dryad_files_download: Download a specific file

Description Usage Arguments Value Note See Also Examples

View source: R/files.R

Description

Download a specific file

Usage

1

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

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

See Also

Other dryad-files: dryad_files()

Examples

1
2
3
4
5
## Not run: 
dryad_files_download(ids = 61858)
dryad_files_download(ids = 61859)

## End(Not run)

rdryad documentation built on July 2, 2020, 3:13 a.m.