count_intervals: Count Intervals

count_intervalsR Documentation

Count Intervals

Description

Count Intervals

Usage

count_intervals(a, b)

Arguments

a

character() one of "month", "quarter"

b

character() one of "month", "quarter"

Value

integer()

Examples


count_intervals("month", "month")
count_intervals("month", "quarter")
count_intervals("month", "year")
count_intervals("quarter", "quarter")
count_intervals("quarter", "year")
count_intervals("year", "year")


luke-a-rogers/mmmstan documentation built on Aug. 9, 2024, 3:13 a.m.