Skip to main content

builtin_weekdays

Function builtin_weekdays 

Source
fn builtin_weekdays(
    args: &[RValue],
    _named: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Extract the day-of-week name from a Date object.

@param x a Date object @return character vector of weekday names (e.g. “Monday”, “Tuesday”)