Description Usage Arguments Value Examples
This function calculates the number of accidents per year on a monthly basis. The years are passed as a vector or a list
1 | fars_summarize_years(years)
|
years |
A list or vector containing the years to search |
This function returns a tibble containing the summarizes accident count per year and month. The function will return an error if the year value is not numeric or integer
1 | ## Not run: fars_summarize_years(2013:2016)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.