fars_summarize_years: fars_summarize_years(): Summarize monthly accidents for given...

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

This function accepts a specific year and reads the accident data of that year. Afterwards, summary of accidents per month of given year will be displayed

Usage

1

Arguments

years

An year of interest in which data to be read (2013-2015)

Value

A data table summarizing the number of accidents per month

Examples

1
2
3
4
## Not run: 
fars_summarize_years(c(2013,2014))

## End(Not run)

staedi/fars documentation built on Sept. 3, 2020, 8:45 a.m.