fars_summarize_years: Monthly number of accidents in each year using the data from...

Description Usage Arguments Value Examples

Description

Monthly number of accidents in each year using the data from FARS data

Usage

1

Arguments

years

a list of FARS data for the years in the parameter years

Value

A dataframe with monthly number of accidents in each row and years as colunms. It uses fars_read_years function.

Examples

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

mdelcorvo/farsr documentation built on May 9, 2019, 5:55 p.m.