Description Usage Arguments Value Examples
View source: R/fars_functions_package0.1.R
This function creates a summary of FARS datafor the selected years. The summary consists of the count the monthly observation per year.
1 | fars_summarize_years(years)
|
years |
, a vector with the years of FARS you want to summarize. The years will be coerced to integers |
returns a tibble with the number of FARS observation per month for the provided years
1 2 3 4 | ## Not run:
#' 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.