Skip to contents

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

if (FALSE) {
dryad_files(ids = 61859)
dryad_files(ids = 61858)
dryad_files(ids = c(61858, 61859))
}