calendar_eom {tsaux}R Documentation

End of Month Date

Description

Returns the last day of the month from a Date within the month.

Usage

calendar_eom(date, ...)

Arguments

date

a Date vector

...

not used

Details

Given a Date (such as 2019-01-02), will return the last Date within that year month.

Value

Date object

Author(s)

Alexios Galanos


[Package tsaux version 1.0.0 Index]