fars_summarize_years: Creates a table summarizing the count of fatal car incidents...

Description Usage Arguments Value Note Examples

View source: R/fars_functions.R

Description

Creates a table summarizing the count of fatal car incidents in a given month and year combination.

Usage

1

Arguments

years

a vector of years for which the number of fatal car incidents should be displayed, grouped by Month.

Value

a data frame.

Note

If one of the years specified doesn't have an associated file, and error will be thrown.

Examples

1
## Not run: summary_df <- fars_summarize_years(c(2013, 2014, 2015))

marshallm94/assignmentr documentation built on Nov. 21, 2019, 6:05 p.m.