Description Usage Arguments Value Examples
View source: R/fars_functions.R
fars_read_years
accepts a vector of years. For each year, the functon invokes
make_filename that creates a file name based on a provided year and then reads
the contents of the csv using fars_read. The function will return a warning if
and invalid year is provided.
1 | fars_read_years(years)
|
years |
a vector of years, where each year must be a valid integer year |
A list of dataframes for each year
1 | ## Not run: fars_read_years(c(2016, 2017))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.