Description Usage Arguments Value Note See Also Examples
View source: R/fars_functions.R
This functions creates a data frame containing number of records available per month
1 | fars_summarize_years(years)
|
years |
A numerical vector indicating which years to include in the output dataframe. |
A data frame with the variables MONTH and each year where data is avaiable, summarizing the number of observations recorded each month per year.
If file does not exist for corresponding year a warning will be generated.
1 2 3 4 5 6 7 8 | ## Not run:
fars_summarize_years(2013)
fars_summarize_years(2013L)
fars_summarize_years('2013')
fars_summarize_years(c(2013, 2014))
fars_summarize_years(list(2013, 2015))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.