Description Usage Arguments Value Note Examples
View source: R/fars_functions.R
This is a function that creates a set of tables with the MONTH and year from the "accident_
| 1 | fars_read_years(years)
 | 
| years | A vector with years of interest. | 
This function creates a table from data frames objects with the MONTH and year.
If a year is not valid, the fuction prints a warning of "invalid year: ", and return a NULL result.
| 1 2 | years =c(2000,2001,2002)
fars_read_years(years)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.