fars_summarize_years: Creates a summary table of the number of fatal accidents by...

Description Usage Arguments Details Value Examples

View source: R/fars_functions_completed.R

Description

Creates a summary table of the number of fatal accidents by month by year for a given set of years.

Usage

1

Arguments

years

A numeric or integer vector of years; should be the full 4 digit years.

Details

An error will result if the years are not given as full 4 digit representions or if the indicated packages are not attached.

Value

A table of the number of fatal accidents by year by month for the given set of years.

Examples

1
2
3
4
## Not run: 
fars_summarize_years(2013:2015)

## End(Not run)

John-GitHub/Second documentation built on May 7, 2019, 11:16 a.m.