Description Usage Arguments Value Examples
View source: R/download_tools.R
Download the latest revision of files in an EDI package
1 | 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.
1 2 3 4 | ## Not run:
get_edi_data(233, "YBFMP_Fish", guess_max = 1000000)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.