get_grandtab_data.RdDownload CDFW GrandTab data from SacPass.
get_grandtab_data( season = c("Winter", "Spring", "Fall", "Late-Fall"), parse_fun, ..., verbose = TRUE )
| season | The season(s) to download data for. |
|---|---|
| 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 list of dataframes, one element for each specified
season. The list also includes an attribute "Notes" of same
length and order containing the notes section extracted each
report file.