dayOfWeek | R Documentation |
Returns the days of the week of the data in a "timeDate"
object.
dayOfWeek(x)
x |
an object of class |
a character vector giving the days of the week corresponding to the
elements of x
. The names are in English, abbreviated to
three letters.
dayOfYear
## timeCalendar
tC <- timeCalendar(2022)
## the days of the year
dayOfWeek(tC)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.