is_given_day_of_week.Rd
Check if Date is a Given Day of Week
is_given_day_of_week(date = today(), day, locale = "any") is_monday(date = today()) is_tuesday(date = today()) is_wednesday(date = today()) is_thursday(date = today()) is_friday(date = today()) is_saturday(date = today()) is_sunday(date = today())
Date vector
integer or one of days_of_week
character ISO 639 language code
logicalvector
Other day of week: day_of_week(), days_of_week(), next_day_of_week(), unlabel_day()
day_of_week()
days_of_week()
next_day_of_week()
unlabel_day()