fars_summarize_years: Summarize FARS data

Description Usage Arguments Details Value Examples

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 year provided in the input.

Value

A tibble of number of accidents with columns represent the years and rows of the months.

Examples

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

## End(Not run)

MahShaaban/fars documentation built on May 8, 2019, 3:21 p.m.