fars_summarize_years: Summarize Years

Description Usage Arguments Value Examples

View source: R/fars_fn.R

Description

This function generates a summary of the monthly number of accidents for each month in the given number of years.

Usage

1

Arguments

years

Integers vector

Value

This function returns a dataframe summarizing the monthly number of accidents for each month in the given number of years.

Examples

1
2
3
4
5
## Not run: 
fars_summarize_years(2020)
fars_summarize_years(c(2001, 2002))

## End(Not run)

mohamadnossier/farsAnalyst documentation built on May 17, 2020, 12:24 a.m.