fars_summarize_years: Summarize FARS data set by year and each month in year

Description Usage Arguments Details Value Note Examples

Description

fars_summarize_years is used to create a summary of the number of data points per year and each month in the year.

Usage

1

Arguments

years

A character or integer vector of years

Details

The function creates a summary dataframe of number of data points in the FARS data set summarized per year and each month

Value

This function returns a dataframe.

Note

Error message:If an incorrect year integer or string is entered then an error is thrown

Examples

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

## End(Not run)

cablegui/fars documentation built on May 13, 2019, 10:37 a.m.