Description Usage Arguments Value Note Examples
This function will summarize the number of fatal accidents by month and year
1  | fars_summarize_years(years)
 | 
years | 
 A vector input of the years you would like to see summarized  | 
A table containing data on the number of accidents by year and month
Year inputs you do not have data for will return an error. If you submit a vector with at least one valid input, then only a warning message will be generated.
1 2  | ## Not run: fars_summarize_years(c(2013,2014))
## Not run: fars_summarize_years(c(2013,2014,2015))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.