Description Usage Arguments Details Value See Also Examples
View source: R/fars_functions.R
Counts the number of fatal motor vehicle accidents for each month of the specified years in the FARS data set.
1 | fars_summarize_years(years)
|
years |
Numeric vector of years to summarize. |
Throws an error if specified years are invalid.
Returns a tbl_df of the number of motor vehicle accidents for each selected year.
https://www.nhtsa.gov/Data/Fatality-Analysis-Reporting-System-(FARS)
1 | ## 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.