Description Usage Arguments Value See Also Examples
View source: R/fars_functions.R
This function summarizes accident data, by year and month.
1 | fars_summarize_years(years)
|
years |
A list of years (given as strings) |
A dataframe with number of accidents by years summarized by month
fars_read_years
1 2 3 4 5 | ## Not run:
plot(fars_summarize_years(2015))
fars_summarize_years(c(2015, 2014))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.