Description Usage Arguments Value Note Examples
View source: R/fars_functions.R
Read in files and create tibble of month and year combinations in each file
1 | fars_read_years(years)
|
years |
a vector of four digit integers - all the years of files you are interested in |
a list of tibbles containing month/year combinations in the files specified by the years
argument
This function will not work as intended if an years
is not an integer or a vector of integers
1 | ## Not run: fars_read_years(c(2013,2014))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.