Description Usage Arguments Value Author(s) Examples
View source: R/fars_functions.R
This function loads in FARS data for multiple years.
1 | fars_read_years(years)
|
years |
This is a list/vector of years in YYYY format |
This function returns a list of FARS data for each year, if the data is found. NULL is returned for entries that are not found, along with a warning.
Jesus Obregon Dominguez, gerencia@dataengineeringperu.com
1 2 3 4 | ## Not run:
fars_read_years(c("2013", "2014", "2015"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.