list_of_months: Create list of months based on end month and number of months...

Description Usage Arguments Value Examples

View source: R/list_of_months.R

Description

Create list of months based on end month and number of months back

Usage

1
list_of_months(end = "2021-02-01", months_back = 23)

Arguments

end

character variable

months_back

numeric variable

Value

list

Examples

1
list_of_months(end = "2017-07-01", months_back = 3)

mvbloois/faiR documentation built on Dec. 21, 2021, 11:04 p.m.