Description Usage Arguments Value Examples
View source: R/fars_functions.R
Loads FARS data files for given year/s
1 | fars_read_years(years)
|
years |
a vector of years for which FARS data file will be loaded |
return NULL for an invalid year. For a valid input, returns list of FARS data
1 2 3 4 5 | ## Not run:
fars_read_years(c(2001, 2005, 2007))
fars_read_years(c("2001", "2005", "2007"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.