fars_summarize_years: Summarising Data for Years

Description Usage Arguments Value Examples

Description

This is a function that reads all data for the given vector of years and groups the data by month and year - one record for every month and year combination

Usage

1

Arguments

years

A vector of numeric or character values of years

Value

The data frame consisting of count of accidents by month and year

Examples

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

## End(Not run)

anubhavj/Coursera3Sub documentation built on May 19, 2019, 6:20 p.m.