fars_summarize_years: Generating tables showing observations by months and years

Description Usage Arguments Value Examples

Description

The "fars_summarize_years" function summarizes the number of observations by months for the years provided by the user. The results are presented in a tidyr data table.

Usage

1

Arguments

years

A list of integers representing years.

Value

The function creates a tidyr data table, in which columns represent years and rows show the months of observations. For the years not represented, the function sends warning message(s).

Examples

1
2
3
4
## Not run: 
fars_summarize_years(2013:2015)

## End(Not run)

ortzsu/farspractise documentation built on May 24, 2019, 3:58 p.m.