fars_summarize_years: Summarize data per month for a series a provided years

Description Usage Arguments Value Examples

Description

This function generates an overview of the number of accidents per month in the provided year(s).

Usage

1

Arguments

years

A vector of integers

Value

This function returns a dataframe with the number of accidents by month and year.

Examples

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

## End(Not run)

VeerlevanLeemput/fars documentation built on May 24, 2019, 7:21 p.m.