sched_parse_weekday: Parse Weekdays to Match Full Weekday Names

Description Usage Arguments Value

View source: R/sched_parse_weekday.R

Description

sched_parse_weekday() takes a vector of weekday abbreviations and returns the full name of each weekday. If the abbreviation is one letter, it matches the standard one-letter weekday abbreviations (U/M/T/W/R/F/S). If more than one letter, it matches the first two letters to the full day name.

Usage

1

Arguments

day

A character vector of day names or abbreviations

Value

A character vector of full day names


jesse-smith/covidassign documentation built on Aug. 23, 2021, 12:59 a.m.