fars_summarize_years: The count of records for the month of the specified year This...

Usage Arguments Value Examples

Usage

1

Arguments

years

An integer year, a list of integer years and a vector of integer

Value

a data frame: the first column of the returned data frame is the month. The rest of the column of the monthly counts for the passed year/years

Examples

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

## End(Not run)

shijbian/firstPackage documentation built on May 29, 2019, 9:25 p.m.