fars_summarize_years: This is a function that generates a monthly sum for each year...

Description Usage Arguments Value Examples

Description

This is a function that generates a monthly sum for each year for the data. It uses fars_read_years function internally.

Usage

1

Arguments

years

A vector of years in integer format to read. It might stop if the argument is not in integer format.

Value

A data.frame(tibble) with monthly total for each year.

Examples

1
2
3
4
5
6
## Not run: 
years = seq(2013, 2015)
fars_summarize_years(years)
fars_summarize_years(years=years)

## End(Not run)

KuanYang/fars documentation built on May 20, 2019, 7:54 a.m.