Learn R Programming

rdryad (version 1.0.0)

dryad_files: 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

Run this code
# NOT RUN {
dryad_files(ids = 61859)
dryad_files(ids = 61858)
dryad_files(ids = c(61858, 61859))
# }

Run the code above in your browser using DataLab