calendar-dayOfWeek: Day of the week

dayOfWeekR Documentation

Day of the week

Description

Returns the days of the week of the data in a "timeDate" object.

Usage

dayOfWeek(x)

Arguments

x

an object of class "timeDate".

Value

a character vector giving the days of the week corresponding to the elements of x. The names are in English, abbreviated to three letters.

See Also

dayOfYear

Examples

  
## timeCalendar -  
   tC = timeCalendar(2022)
       
## The days of the Year:
   dayOfWeek(tC)

timeDate documentation built on Jan. 7, 2023, 5:30 p.m.