dryad_files: Get metadata information about a file

View source: R/files.R

dryad_filesR Documentation

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

## Not run: 
dryad_files(ids = 61859)
dryad_files(ids = 61858)
dryad_files(ids = c(61858, 61859))

## End(Not run)

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