fars_summarize_years: Giving a summary of the accidents that happens by the years...

Description Usage Arguments Value Examples

Description

By giving a list of years that we want to know about the road accidents that happened, the function will return a summary of the numbers of accidents that happened, grouped by the years and months.

Usage

1

Arguments

years

A list of integers, specifying the year that we want to have the summary of road accidents

Value

A table grouped by the year and the 12 months, giving the number of road accidents that happened.

Examples

1
2
fars_summarize_years(c(2013, 2014, 2015))
fars_summarize_years(2015)

RushdSowell/farsForCoursera documentation built on May 20, 2019, 2:57 p.m.