Skip to contents

This function creates a sequence of monthly dates between a start and an end date. It requires the specification of the start and end dates and the frequency. If a continuous sequence is requested, then freq should be 12.

Usage

monDateSeq(st, en, freq)

Arguments

st

start date

en

end date

freq

frequence of dates (12 for continuous monthly dates)

Value

A sequence of dates

See also