fars_summarize_years: fars_summarize_years

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

The function summarizes the number of accidents by months based on input years.

Usage

1

Arguments

years

A vector of integers for years

Value

This function returns a data frame abot the number of accidents with months in rows, years in columns. Returns a warning if input years that does not exist in the datasets.

Examples

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

## End(Not run)

vnmath/FRAS documentation built on May 18, 2020, 12:06 a.m.