Description Usage Arguments Details Value Examples
View source: R/fars_functions.r
This function returns a summary of the number of accidents per month for each year of the FARS data.
1 | fars_summarize_years(years)
|
years |
fars_read_years |
The function returns a numerical summary of the number of accidents per month for each given year.
A tibble
of the number of accidents per month for each year.
1 2 3 4 5 | ## Not run:
years <- 2013:2015
fars_summarize_years(years)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.