Description Usage Arguments Value Examples
This is a function that reads in FARS data by using as an input the year. It returns the months and year as a list. An warning message is thrown, when an invalid year is chosen as an input.
1 | fars_read_years(years)
|
years |
The input year. If the input year does not exist, a warning message is thrown: invalid year "year". |
This function creates a list of the months and year for data specified with the input year.
1 | ## Not run: fars_read_years(2013)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.