View source: R/fars_functions.R
fars_summarize_years | R Documentation |
This functions gives a summary of the fatalities by month for every FARS files read by year
fars_summarize_years(years)
years |
a vector of integers or strings with the year of the FARS data files |
This function return the table (tibble) of the fatalities by month for every year specified of the FARS file
## Not run:
fars_summarize_years(c(2013, 2014))
fars_summarize_years(c("2013", "2014"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.