Description Usage Arguments Value Examples
This function take a vector or list of years and creates a filename for all years provided. Provides an error message if invalid year supplied.
1 | fars_read_years(years)
|
years |
Container of years to create filenames for |
Returns a tibble with columns MONTH, year from existing files with those columns and year values. Returns a message stating invalid year and returns NULL if year does not exist.
1 | ## Not run: fars_read_years(c(2013,2014,2017))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.