Description Usage Arguments Details Value Examples
This is a function that takes a vector or list of years (provided by user
with years
argument), and outputs a list of years each containing a
dataframe of MONTHS and year, for all rows in the file with the input year.
1 | fars_read_years(years)
|
years |
A list (or vector) of years |
Errors could come from years being improperly formatted.
a list with items for each inputed year, with month and year from the file for all years with corresponding files and NULLs for all years without files.
1 2 3 4 | ## Not run:
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.