dtt_wday | R Documentation |
Gets the week days for the locale.
dtt_wday(x, abbr = FALSE, ...)
## Default S3 method:
dtt_wday(x, abbr = FALSE, ...)
x |
A date/time vector. |
abbr |
A flag specifying whether to abbreviate the week days. |
... |
Unused. |
An character vector of the week days.
dtt_wday(default)
: Get character vector of week days for a Date vector
x <- as.Date("1990-01-02")
dtt_wday(x)
x <- as.POSIXct("1990-01-02 23:40:51")
dtt_wday(x, abbr = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.