monDateSeq: Create a monthly sequence date vector with end of month day...

View source: R/monDateSeq.R

monDateSeqR Documentation

Create a monthly sequence date vector with end of month day dates

Description

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

Other Helper functions: %>%(), aggregate_to_monthly(), cutRaster2Basin(), decadeMaker(), generateSeqDates(), hyear(), posixct2rsminerveChar()


hydrosolutions/riversCentralAsia documentation built on Feb. 7, 2023, 4:50 p.m.