fars_summarize_years: Summarize years

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

For the specified years this function summarizes their data i.e., it return how many incidients occured in each month.

Usage

1

Arguments

years

Years of interest provided as list or vector

Value

A data.frame that provides the amount of monthly data per year

Examples

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

## End(Not run)

niklaas/fars documentation built on May 5, 2019, 1:38 p.m.