fn builtin_which_max( args: &[RValue], _: &[(String, RValue)], ) -> Result<RValue, RError>
Index of the maximum element.
@param x numeric vector @return scalar integer (1-based index)