Description Usage Arguments Value See Also Examples
View source: R/fars_summarize_years.R
Reads in FARS csv files for multiple years and summarises the monthly count of fatal injuries suffered in traffic crashes
1 | fars_summarize_years(years)
|
years |
a vector that can be coerced into an integer vector of valid years |
a data.frame
with monthly counts of fatal injuries
for each year
bind
,group_by
,summarise
spread
1 2 3 4 | ## Not run:
fars_summarize_year(2013:2015)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.