weekday0: Weekday as integer number (0-6, Monday is 0)

Description Usage Arguments Details Value See Also

View source: R/ISOweek-internal.R

Description

This internal function returns the weekday of a given date.

Usage

1

Arguments

date

Vector which can be coerced to class Date

Details

The week starts on Monday and ends on Sunday.

Value

An integer vector of weekdays (0-6, Monday is 0)

See Also

ISOweekday


ISOweek documentation built on May 1, 2019, 10:08 p.m.

Related to weekday0 in ISOweek...