Description Usage Arguments Value Examples
View source: R/fars_function.R
fars_summarize_years function takes list of years as an argument and
provide the total number of accidents by month and year.
1  | fars_summarize_years(years)
 | 
 | 
 takes list of years as an argument.  | 
a tibble showing summary of number of accidents by month for each input year.
1 2 3 4  | ## Not run: 
fars_summarize_years(years = c(2013, 2014))
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.