Description Usage Arguments Value Note Examples
Reads data from FARS file for different years to create month-year view
1 | fars_read_years(years)
|
years |
A vector with different year values |
A Data Frame List for different provided year values.
Each data frame is mutated with 2 columns view - MONTH
and year
This function requires a vector with valid year representing values, otherwise it will result in error. Also, it will report warning if data is required for year whose file does not exists.
1 2 3 4 5 | ## Not run:
list_data <- fars_read_years(c(2013,2014,2015))
print(list_data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.