Description Usage Arguments Value Note Examples
Given a list or vector of years, return the number of observations in the FARS data for all the given years and the months in these years.
1 | fars_summarize_years(years)
|
years |
A list or vector of values that can be coerced to integers and that each represents a year. |
A tibble containing the number of observations in the FARS data for the given years at a month granularity.
The elements in years must be castable to integers.
1 2 3 4 5 | ## Not run:
fars_summarize_years(list(2014))
fars_summarize_years(list(2013,2014,2015))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.