Description Usage Arguments Value Examples
Notes: The FARS file(s) must be located in the current working directory.
1 | fars_read_years(years)
|
years |
A vector or list of years for which to read FARS files |
This function returns a list of months and years of accidents from the specified datafile(s) If any error occurs, a warning is generated: "invalid year: XXXX"
1 2 3 4 5 | ## Not run:
fars_read_years(2013:2015)
fars_read_years(list(2013, 2015))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.