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”)