fars_summarize_years: Function to create a summary of FARS data

Description Usage Arguments Value Examples

View source: R/fars_functions_package0.1.R

Description

This function creates a summary of FARS datafor the selected years. The summary consists of the count the monthly observation per year.

Usage

1

Arguments

years

, a vector with the years of FARS you want to summarize. The years will be coerced to integers

Value

returns a tibble with the number of FARS observation per month for the provided years

Examples

1
2
3
4
## Not run: 
#' fars_summarize_years(c(2013,2014,2015))

## End(Not run)

RedTent/farsfunctionsJT documentation built on May 29, 2019, 2:09 p.m.