isBusinessDay: Test for business days

View source: R/RcppExports.R

isBusinessDayR Documentation

Test for business days

Description

Test a vector of dates for business day

Usage

isBusinessDay(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 business day in the currently active (global) calendar.

Value

A logical vector indicating which dates are business days

Examples

isBusinessDay(Sys.Date()+0:6)

RcppQuantuccia documentation built on Oct. 20, 2022, 1:07 a.m.