fn builtin_months(
args: &[RValue],
_named: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Extract the month name from a Date object.
@param x a Date object @return character vector of month names (e.g. “January”, “February”)