fars_summarize_years: Read multiple years of data and summarize. This function will...

Description Usage Arguments Value Examples

Description

Read multiple years of data and summarize. This function will take a vector of years and return a summary of the data by month and year.

Usage

1

Arguments

years

A vector of years.

Value

If the years are valid, the function will return a summary of the total events by month and year. Otherwise the function will return null.

Examples

1
2
3
4
5
6
## Not run: 
fars_summarize_years(c(2013,2014,2015))
example_years <- 2013:2015
fars_summarize_years(example_years)

## End(Not run)

cmoten/fars documentation built on May 6, 2019, 2:30 p.m.