Description Usage Arguments Examples
This function takes a series of years (years) as input and returns a tibble with
the number of records per month, by year.
1  | fars_summarize_years(years)
 | 
years | 
 A vector of integers representing a series of years  | 
1 2 3 4 5  | ## Not run: 
fars_summarize_years(2013)
fars_summarize_years(2013:2015)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.