Description Usage Arguments Value Examples
View source: R/fars_functions.R
This function read multiple year(s)/dataset(s) and check if they exist(s)
1 | fars_read_years(years)
|
years |
A integer vector containing 1 or more years datasets. If a year or more do not exist it returns a error message! |
A list containing the values of month and year for each year(s) entered
1 2 3 4 5 6 7 | ## Not run:
m_years <- c( 2011, 2012, 2013, 2014)
fars_read_years(m_years)
fars_read_years(2015)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.