Description Usage Arguments Value Examples
View source: R/fars_functions.R
Counts the number of entries grouped by year and month and returns the result as a tibble
1 | fars_summarize_years(years)
|
years |
A vector of positive integers representing years of interest |
A tibble containing 1 row and a number n of columns corresponding to the number of years provided as a parameter
1 2 3 4 5 | ## Not run:
df <- fars_summarize_years(2014)
df <- fars_summarize_years(c(2013,2014,2015))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.