Description Usage Arguments Value Note Examples
Count the number of accidents for each month of every specified years
1 | fars_summarize_years(years)
|
years |
A vector of years (numeric or character). |
A tbl data.frame containing the summary (months in rows, years in columns)
Will throw error and not function if any element inside years isn't related to an existing filename.
1 2 3 4 5 | ## Not run:
fars_summarize_years(c(2013, 2014, 2015))
fars_summarize_years("2013")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.