fars_summarize_years: fars_summarize_years sumarizes in a monthly basis the...

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

fars_summarize_years sumarizes in a monthly basis the accidents in a given years.

Usage

1

Arguments

years

a vector containing the selected years, for example c(2013, 2014)

Value

The function returns a data frame containing the month and the values for different years in their respective columns. For example: MONTH '2013' '2014' * <int> <int> <int> 1 1 2230 2168 2 2 1952 1893

Examples

1
## Not run: fars_summarize_years(c(2013,2014))

raponxi/FARSinR2 documentation built on May 26, 2019, 11:08 p.m.