Description Usage Arguments Value Note Examples
This function reads in one of more years of FARS data and aggregates the data into a list. Each list element is a tibble for a specific year. Only the month and year columns are retained.
1 | fars_read_years(years)
|
years |
An integer, vector, or list of year(s) |
A list containing tibbles
If there is no FARS file for a specific year this function will return a warning and a NULL list element
1 | fars_read_years(2013:2015)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.