get_baydeltalive_data.RdDownload data from Bay Delta Live.
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.
if (FALSE) { get_baydeltalive_data("00c870b6fdc0e30d0f92d719984cfb44", "application/vnd.ms-excel", "Field_Data_[0-9]{4}-[0-9]{4}x*", parse_remote_excel, guess_max = 100000L) }