Description Usage Arguments Value Note Examples
A helper function to read FARS data for multiple years
1 | fars_read_years(years)
|
years |
An integer vector specifying years of data read |
A list containing a tibble for each year, with only the MONTH and year columns
Produces a warning if the one of the years passed was invalid, i.e. does not exist in working directory or format of years was incorrect
1 2 3 4 | ## Not run:
fars_read_years(c(2013:2015))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.