Description Usage Arguments Value Note Examples
View source: R/fars_functions.R
Creates a table summarizing the count of fatal car incidents in a given month and year combination.
1 | fars_summarize_years(years)
|
years |
a vector of years for which the number of fatal car incidents should be displayed, grouped by Month. |
a data frame.
If one of the years specified doesn't have an associated file, and error will be thrown.
1 | ## Not run: summary_df <- 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.