# NOT RUN {
what_day()
what_day(abbr = TRUE)
# Work with vectors (when as characters):
ds <- c("2020-01-01", "2020-02-29", "2020-12-24", "2020-12-31")
what_day(when = ds)
what_day(when = ds, abbr = TRUE)
# }
Run the code above in your browser using DataLab