Description Usage Arguments Value Examples
View source: R/fars_functions.R
This function extracts and consolidates month and year fields from multiple input files where each input file contains data for 1 year
1 | fars_read_years(years)
|
years |
A numeric vector of year values for which data is required |
If input file doesnt exist for any corresponding input year a warning will be returned indicating that the input year is invalid. For all valid years, a list containing month and year fields of each input year is returned.
1 2 | fars_read_years(c(2013,2014))
fars_read_years(2015)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.