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