Description Usage Arguments Value Examples
View source: R/fars_functions.R
This functions summarize the dataset(s) by years and month.
1 | fars_summarize_years(years)
|
years |
A integer representing a specific year |
A tibble that contains the count of measures per month and year
1 2 3 4 5 6 7 | ## Not run:
x <- c(2014, 2015)
fars_summarize_years(x)
fars_summarize_years(2013)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.