gen_month_ends: Sequence of monthly end dates

View source: R/dates.R

gen_month_endsR Documentation

Sequence of monthly end dates

Description

gen_month_ends takes a start and end date and creates a sequence of monthly dates, with the last day of each month.

Usage

gen_month_ends(sdate = NULL, edate = NULL)

Arguments

sdate

Start date on "Y-m-d" format

edate

End date on "Y-m-d" format

Details

Used in scripts: Robust function: TRUE

Value

Sequence of dates


AndreSjuve/dretools documentation built on Dec. 4, 2024, 3:12 a.m.