Description Usage Arguments Value Examples
View source: R/fars_function.R
Returns a list of dataframes each with two variables: the MONTH and year of which accidents occured. It will return an error if the entered year is invalid, or the workspace location does not contain the file.
1  | fars_read_years(years)
 | 
years | 
 Years of the FARS data ranging from 2013 to 2015  | 
a list of tibbles of the years inputed
1  | ## Not run: fars_read_years(c(2013,2014,2015))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.