Description Usage Arguments Value Examples
View source: R/fars_functions_ACO.R
This function reads several csv format files and stores month and year into a list of dataframes tbl_df, containing month and year of the accidents stored, one tbl_df for each csv file.
1  | fars_read_years(years)
 | 
years | 
 A list containing the years to estract information  | 
This function returns a list of tbl_df from all years in "years" with month and year information
1  | fars_read_years(list(2013,2014))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.