Description Usage Arguments Details Value Examples
View source: R/fars_functions_completed.R
Read a csv file in as a tbl for multiple years of data from the Fatality Analysis Reporting System.
1 | fars_read_years(years)
|
years |
A numeric or integer vector of years; should be the full 4 digit years. |
An error will result if the indicated packages are not attached.
A list of tbls representing the year, Month data extracted from the given set of years from the Fatality Analysis Reporting System.
1 2 3 4 | ## Not run:
foo<-fars_read_years(2013:2015)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.