fars_summarize_years: Summarize FARS data

Description Usage Arguments Details Value Examples

View source: R/fars_functions.r

Description

This function returns a summary of the number of accidents per month for each year of the FARS data.

Usage

1

Arguments

years

fars_read_years

Details

The function returns a numerical summary of the number of accidents per month for each given year.

Value

A tibble of the number of accidents per month for each year.

Examples

1
2
3
4
5
## Not run: 
years <- 2013:2015
fars_summarize_years(years)

## End(Not run)

lakrobinson/fars documentation built on June 5, 2020, 12:33 a.m.