Description Usage Arguments Value Examples
Function takes given vector of years and summarize statistical data about accidents
1 | fars_summarize_years(years)
|
years |
- vector of years |
data frame with summary about accidents in the given years: quantity of accidents per month for each year. If data for any of given years do not exist function stops working and return an error message.
1 | 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.