Description Usage Arguments Value Examples
View source: R/download_tools.R
Download Redbluff data from cbr.washington.edu.
1 2 3 4 5 6 7 | get_redbluff_data(
report_year,
start_year = 2004,
parse_fun,
...,
verbose = TRUE
)
|
report_year |
The report year. |
start_year |
The initial year to retrieve data for.
Default is |
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, each element corresponds to a year
the sequence start_year:report_year
. The list also
includes an attribute "Notes"
of same length and order
containing the notes section extracted each report file.
1 2 3 4 | ## Not run:
get_redbluff_data(2018, 2016, na = "--")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.