Description Usage Arguments Value Note Examples
View source: R/fars_functions.R
Reads in a list of years and extracts the year and month for each row from the files for each year associated
1 | fars_read_years(years)
|
years |
string or numeric that indicates the year of the FARS data that the file name will be created to read. |
list of tbl_dfs with month and year columns
Warning: Will not work if years are not 2013, 2014, or 2015 as those are the only years with data files @importFrom dplyr select mutate
1 | make_filename(2013)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.