is_weekend: Is x a weekend?

View source: R/instants.R

is_weekendR Documentation

Is x a weekend?

Description

Is x a weekend?

Usage

is_weekend(x)

Arguments

x

a POSIXct, POSIXlt, Date, chron, yearmon, yearqtr, zoo, zooreg, timeDate, xts, its, ti, jul, timeSeries, or fts object.

Value

boolean indicating whether x is a weekend

Examples

is_weekend("2017-08-29") # FALSE
is_weekend("2017-09-02") # TRUE

ellisvalentiner/lubridateExtras documentation built on March 31, 2022, 8:52 a.m.