Description Usage Value Examples
This funtion returns a tibble for each Year and Month combination that counts the total rows for each month, with each year as its own column.
1 | fars_summarize_years(years)
|
A tibble with MONTH as rows, years as columns, and counts of year and month combination as the values.
1 | ## Not run: fars_summarize_years(c(2013, 2014))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.