Description Usage Arguments Value Examples
This function takes a list of years and returns a table with a count of the number of accidents per month for each year
1 | fars_summarize_years(years)
|
years |
a numeric vector of length >= 1 |
a table with size 12 x (length(years)) + 1
1 2 3 4 5 | ## Not run:
fars_summarize_years(c(2000, 2002))
fars_summarize_years(2012:2015)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.