Description Usage Arguments Value Examples
View source: R/fars_functions.R
fars_summarize_years
loads-in fars data file for the specified years
and joins them to one tibble.
1 | fars_summarize_years(years)
|
years |
A numeric vector. The years of the traffic data. |
A tibble withe fars data, each year represented as a column.
1 2 3 4 5 | ## Not run:
fars_summarize_years(2014)
fars_summarize_years(c(2013, 2014, 2015))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.