fars_summarize_years: Summarize FARS report accidents by month and year in a tibble

Description Usage Arguments Details Value Examples

Description

fars_read_years() creates a summary of several FARS reports showing monthly accidents by year and stores the result in a single tibble.

Usage

1

Arguments

years

Input vector or list specifying one or several years in character or integer format.

Details

fars_summarize_years() expects to find the report files in the current working directory.

Value

A tibble conataining the summarized FARS accident information.

Examples

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

## End(Not run)

alex23lemm/farsR documentation built on May 13, 2019, 1:36 a.m.