fars_summarize_years: Summarize FARS data

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

This function summarizes the number of records that are for each month and each year of the requested information per year.

Usage

1

Arguments

years

A vector of years.

Value

A table with the summary information of the number of registrations per month of each year requested.

Examples

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

## End(Not run)

Arcturio/mipqueteria documentation built on May 20, 2019, 3:33 p.m.