Description Usage Arguments Value Examples
View source: R/fars_function.R
The function will generate a list of dpylr dataframes where each table represents a year of the data. Must be specified by the user.
1 | fars_read_years(years)
|
years |
|
Returns a list
of data.frame
s, each item in list corresponds to one of the years in the FARS data.
1 2 3 4 5 | ## Not run:
# invalid input, year doesn't exist
fars_read_years(c(2013, 2014, 1900))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.