Description Usage Arguments Value Examples
This function generates a summary of the monthly number of accidents for each month in the given number of years.
1 | fars_summarize_years(years)
|
years |
Integers vector |
This function returns a dataframe summarizing the monthly number of accidents for each month in the given number of years.
1 2 3 4 5 | ## Not run:
fars_summarize_years(2020)
fars_summarize_years(c(2001, 2002))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.