Description Usage Arguments Value Examples
This function takes the years parameter. It reads multiple files and returns dataframe object. It outputs a warning message if it cannot find a file for a year in the years parameter. It returns NULL. It uses function: fars_read_years
1  | fars_summarize_years(years)
 | 
years | 
 Valid years as a vector (atomic or list) or an expression object.  | 
File data is read and sumarized into a dataframe object by MONTH and year.
1 2 3 4 5 6 7  | ## Not run: 
fars_summarize_years(list(2013, 2014, 2015))
fars_summarize_years(year=list(2013, 2014, 2015))
fars_summarize_years(list("2013", "2014", "2015"))
fars_summarize_years(year=list("2013", "2014", "2015"))
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.