fars_summarize_years: Summarize data for given years.

Description Usage Arguments Value Examples

Description

This is a simple function that creates summary table with counts of number of records per each month in a specified years.

Usage

1

Arguments

years

A numeric or character vector that can be convereged to numeric vector, meaning years to be filter.

Value

This function returns a table with counts. Returned object has following classes: tbl_df, tbl, data.frame.

Examples

1
2
## Not run: fars_summarize_years(c(2014,2015))
## Not run: fars_summarize_years(c("2014"))

moonshine13/fars documentation built on May 23, 2019, 6:11 a.m.