Description Usage Arguments Details Value Examples
View source: R/fars_functions_completed.R
Creates a summary table of the number of fatal accidents by month by year for a given set of years.
1 | fars_summarize_years(years)
|
years |
A numeric or integer vector of years; should be the full 4 digit years. |
An error will result if the years are not given as full 4 digit representions or if the indicated packages are not attached.
A table of the number of fatal accidents by year by month for the given set of years.
1 2 3 4 | ## Not run:
fars_summarize_years(2013:2015)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.