Description Usage Arguments Value Examples
View source: R/fars_functions.R
Given a list of years, loads data associated with the years, selects and summarizes relevant data.
1 | fars_summarize_years(years)
|
years, |
a list of years (should be a list of integers) |
A dataframe, with summary data of accidents for each month
1 2 3 4 | ## Not run:
fars_summarize_years(c(2014,2015))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.