Description Usage Arguments Value Warning Examples
View source: R/fars_functions.R
fars_read_years
reads-in fars (Fatality Analysis Reporting System)
data for specified years.
1 | fars_read_years(years)
|
years |
A numeric vector. The years of the traffic data. |
A list of tibbles containing the traffic data for each year.
If an invalid year has been given an error will be thrown and NULL
returned.
1 2 3 4 5 | ## Not run:
fars_read_years(2014)
fars_read_years(c(2013, 2014))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.