isHoliday {qlcal} | R Documentation |
Test for holidays
Description
Test a vector of dates for holiday
Usage
isHoliday(dates)
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 a holiday in the currently active (global) calendar.
Value
A logical vector indicating which dates are holidays
Examples
isHoliday(Sys.Date()+0:6)
[Package qlcal version 0.0.12 Index]