Description Usage Arguments Value Examples
View source: R/fars_functions.R
This function selects the monthly data for the selected years with fars_read_years and groups the data by year and month. Then, it summarize data and spread the year.
1 | fars_summarize_years(years)
|
years |
The numeric array for years |
The summary of data of month for the given years
1 2 3 4 | ## Not run:
fars_summarize_years(2013:2015)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.