fars_summarize_years: Summarize number of observations in each month in given...

Description Usage Arguments Value Examples

Description

This function counts the number of observations in each month based on year input. Conditions that may result in an error: years is not a valid vector containing number of year(s); Data of requested year does not exist.

Usage

1

Arguments

years

a vector of integer representing number of year(s)

Value

This function returns a list of tibbles, each tibble contains two columns. The first column is each month, the second column is observation number in that month.

Examples

1
## Not run: fars_summarize_years(c(2013, 2014))

perfectslumber/far documentation built on May 8, 2019, 12:49 p.m.