fars_summarize_years: Summary of accident counts by years and month

Description Usage Arguments Details Value

View source: R/fars_project.R

Description

Summary of accident counts by years and month

Usage

1

Arguments

years

Desired range of years as numeric input.

Details

Uses the dplyr function to create a file of years input then summarized and formatted by year, month and accident count. Tidyr is used to format using spread.

Uses the function far_read_years

Value

Returns a summary dataframe by year (column) and month (row) with a summary numeric count of accidents.


cowboy2718/FARS documentation built on May 17, 2019, 7:01 p.m.