fars_summarize_years: Summarize Multiple Years of FARS data

Description Usage Arguments Value Examples

Description

This function takes a list of years and returns a table with a count of the number of accidents per month for each year

Usage

1

Arguments

years

a numeric vector of length >= 1

Value

a table with size 12 x (length(years)) + 1

Examples

1
2
3
4
5
## Not run: 
fars_summarize_years(c(2000, 2002))
fars_summarize_years(2012:2015)

## End(Not run)

codyschulz/samplePackage2 documentation built on May 3, 2019, 9:37 p.m.