Download the latest revision of files in an EDI package

get_edi_data(pkg_id, fnames, parse_fun, ..., verbose = TRUE)

Arguments

pkg_id

The package identifier.

fnames

A vector of file names in the package to download. Supports regex.

parse_fun

A function to parse datasets. Default assumes that all files in fnames can be parsed using readr::read_csv().

...

Additional arguments to pass to parse_fun.

verbose

If TRUE, display descriptive messages.

Value

A named list of dataframes.

Examples

if (FALSE) { get_edi_data(233, "YBFMP_Fish", guess_max = 1000000) }