Learn R Programming

RcppQuantuccia (version 0.1.2)

isEndOfMonth: Test for end-of-month

Description

Test a vector of dates for end-of-month

Usage

isEndOfMonth(dates)

Value

A logical vector indicating which dates are end-of-month

Arguments

dates

A Date vector with dates to be examined

Details

This function takes a vector of dates and returns a logical vector of the same length indicating at each position whether the corresponding date is at the end of a month in the currently active (global) calendar.

Examples

Run this code
isEndOfMonth(Sys.Date()+0:6)

Run the code above in your browser using DataLab