fars_summarize_years: Summarize FARS report accidents by month and year in a tibble

Description Usage Arguments Value Examples

View source: R/fars_function.R

Description

fars_summarize_years function takes list of years as an argument and provide the total number of accidents by month and year.

Usage

1

Arguments

years

takes list of years as an argument.

Value

a tibble showing summary of number of accidents by month for each input year.

Examples

1
2
3
4
## Not run: 
fars_summarize_years(years = c(2013, 2014))

## End(Not run)

Nilesh1978/fedtrafat documentation built on May 21, 2019, 7:53 a.m.