parse_weekday: Parse Weekdays to Match Full Weekday Names

View source: R/server-std_names.R View source: R/server-parse_weekday.R

parse_weekdayR Documentation

Parse Weekdays to Match Full Weekday Names

Description

'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.

'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

parse_weekday(day)

parse_weekday(day)

Arguments

day

A character vector of day names or abbreviations

Value

A character vector of full day names

A character vector of full day names


jesse-smith/schedules documentation built on July 21, 2022, 9:40 a.m.