isWeekday: Functions for identifying and working with weekdays

Description Usage Arguments Value

View source: R/nearestWeekday.R

Description

Functions for identifying and working with weekdays

Usage

1
2
3
nearestWeekday(x, return.dow=FALSE)
filterWeekdays(x, return.dow=FALSE)
isWeekday(x, return.dow=FALSE)

Arguments

x

vector of dates, either character, Date, or POSIXct or POSIXlt.

return.dow

if TRUE, an attribute 'dow' on the returned value will hold the day-of-week of x, with 0 being Sunday and 6 being Saturday.

Value


TimeWarp documentation built on May 2, 2019, 4:48 p.m.