fars_summarize_years: Summarize number of accidents per month and year

Description Usage Arguments Value Examples

Description

This function calculates the number of accidents per year on a monthly basis. The years are passed as a vector or a list

Usage

1

Arguments

years

A list or vector containing the years to search

Value

This function returns a tibble containing the summarizes accident count per year and month. The function will return an error if the year value is not numeric or integer

Examples

1
## Not run: fars_summarize_years(2013:2016)

pvisser82/fars documentation built on May 29, 2019, 7:50 a.m.