Description Usage Arguments Value See Also Examples
View source: R/fars_functions.R
Summarize the information of the years providing the number of accidents per month and year
| 1 | fars_summarize_years(years)
 | 
| years | List of years from which to extract data | 
A tible with the number of accidents per month and year
of the different years provided in years input
| 1 2 3 4 | ## Not run: 
data <- fars_summarize_years(years = c(2014, 2015))
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.