fars_summarize_years: Gets the number of accident per month and year

Description Usage Arguments Value Examples

Description

Reads data FARS data and calculate the number of accidents per month

Usage

1

Arguments

years

List of vector of years to read data from

Value

A table with one row per month and one column per year. The value of the MONTH column is the month. The value of the rest of the columns is the number of accident in the year given by the column name.

Examples

1
2
3
4
5
## Not run: 
# Reads and summarize data from 2013 to 2015
fars_summarize_years(2013:2015)

## End(Not run)

raggaraluz/master_sw_dev_c3 documentation built on May 21, 2019, 9:22 a.m.