fars_summarize_years: Sum count by month of the year

Description Usage Arguments Value See Also Examples

Description

fars_summarize_year reads a desired years pre-named file by using fars_read_years function and group by year, MONTH. And then summarize counting by month of the year by summarize

Usage

1

Arguments

years

A vector of years values (A non-negative interger specifying the desired year)

Value

A tbl including MONTH and it's count value. Total 12 rows and month and count columns will be shown.

See Also

fars_read_years

Examples

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

2radix5/firstTestPackage documentation built on May 20, 2019, 4:13 p.m.