removeOperator unregisted an operator by removing it from the list of operators found at .Options$operators . All operator attributes are that have been set will be lost.

removeOperator(x)

Arguments

x

character. The name of the operator

Value

None. Used for side-effects.

Details

Warns if the operator has not been registered.

See also

setOperators for registering Operators.

Author

Christopher Brown

Examples


  # Unregister ? as an operator.
  if (FALSE) { # \dontrun{
    removeOperator( '?' )
  } # }