get_edi_data.Rd
Download the latest revision of files in an EDI package
get_edi_data(pkg_id, fnames, parse_fun, ..., verbose = TRUE)
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 |
... | Additional arguments to pass to |
verbose | If |
A named list of dataframes.
if (FALSE) { get_edi_data(233, "YBFMP_Fish", guess_max = 1000000) }