Description Usage Arguments Details Value Note Examples
fars_read_years
produces a list of FARS data containing months and years.
1 | fars_read_years(years)
|
years |
One or more years as integer or string |
for the given years fars file produces a dataframe of year and month observations.
a list of data frames
If the file for a specified year, or permission to it, does not exist, an error is produced.
1 2 3 4 5 6 7 8 9 | ## Not run:
fars_read_years(years = 2013)
## End(Not run)
## Not run:
fars_read_years(years = 1066) # error
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.