The End of Month Day Information
DESCRIPTION:
Returns a logical vector or a bdLogical object indicating whether or not a "timeDate" object or "bdTimeDate" object falls
on a month end.
USAGE:
is.monthend(x)
REQUIRED ARGUMENTS:
- x
-
a "timeDate" or "bdTimeDate" object
VALUE:
a logical vector of a bdLogical object (if
x
is a bdTimeDate object) indicating which element of
x
is an end-of-month day.
SEE ALSO:
,
.
EXAMPLES:
is.monthend(positions(djia[timeEvent("02/20/1989","02/20/1990"),]))