Description Usage Arguments Value Examples
View source: R/download_tools.R
Download data from Bay Delta Live.
1 2 3 4 5 6 7 8 | get_baydeltalive_data(
asset_id,
path_suffix,
fnames,
parse_fun,
...,
verbose = TRUE
)
|
asset_id |
The asset identifier. |
path_suffix |
Path suffix(es), specifying subfolders of the asset to search |
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 5 6 | ## Not run:
get_baydeltalive_data("00c870b6fdc0e30d0f92d719984cfb44",
"application/vnd.ms-excel", "Field_Data_[0-9]{4}-[0-9]{4}x*",
parse_remote_excel, guess_max = 100000L)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.