fn builtin_quarters(
args: &[RValue],
_named: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Extract the quarter from a Date object.
@param x a Date object @return character vector of quarter labels (e.g. “Q1”, “Q2”, “Q3”, “Q4”)