powered by
Returns the days of the week of the data in a "timeDate" object.
"timeDate"
dayOfWeek(x)
a character vector giving the days of the week corresponding to the elements of x. The names are in English, abbreviated to three letters.
x
an object of class "timeDate".
dayOfYear
## timeCalendar tC <- timeCalendar(2022) ## the days of the year dayOfWeek(tC)
Run the code above in your browser using DataLab