fn builtin_pmax(
args: &[RValue],
named: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Parallel (element-wise) maximum across vectors.
@param … numeric vectors (recycled to common length) @param na.rm logical; if TRUE, remove NAs before comparison @return numeric vector of element-wise maxima