Description Usage Arguments Value Examples
View source: R/fars_functions.R
This function summarizes consolidated month and year fields from multiple input files where each input file contains data for 1 year
1 | fars_summarize_years(years)
|
years |
A numeric vector of year values for which data is required |
This functions returns a tibble data frame giving counts summarized by month and year, where the intersection of a row representing month and column representing year, gives summarized counts for that particular month and year
1 | fars_summarize_years(c(2013,2014))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.