is_weekend: Determine if a date is a weekend

View source: R/date_utils.R

is_weekendR Documentation

Determine if a date is a weekend

Description

Determine if a date is a weekend

Usage

is_weekend(dates, weekend_days = c("Saturday", "Sunday"), abbreviate = FALSE)

Arguments

dates

vector of class Date

weekend_days

string indicating the days that are classified as weekend. Default to Saturday and Sunday

abbreviate

logical indicating whether the character vector of weekend days is abbreviated or not

Value

vector of class logical indicating weekend days


ces0491/dateR documentation built on April 6, 2022, 10:17 p.m.