all_quarters_between: Lists all quarters between the starting and the end quarter

View source: R/utils.R

all_quarters_betweenR Documentation

Lists all quarters between the starting and the end quarter

Description

Lists all quarters between the starting and the end quarter

Usage

all_quarters_between(yyyymm_start = 201803, yyyymm_end = 202106)

Arguments

yyyymm_start

Start calendar quarter for the time series. Accepted formats are: a six-digit integer representing YYYYMM, or a 'Date' class string. Use 'NULL' for all available dates. For a list of available series, please use 'list_dates'.

yyyymm_end

End calendar quarter for the time series. Accepted formats are: a six-digit integer representing YYYYMM, or a 'Date' class string. Use 'NULL' for all available dates. For a list of available series, please use 'list_dates'.


dkgaraujo/brazilianbanks documentation built on Jan. 12, 2025, 3:47 p.m.