Learn R Programming

operator.tools (version 1.6.3.1)

removeOperator: Unregister a an operator.

Description

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.

Usage

removeOperator(x)

Value

None. Used for side-effects.

Arguments

x

character. The name of the operator

Author

Christopher Brown

Details

Warns if the operator has not been registered.

See Also

setOperators for registering Operators.

Examples

Run this code

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

Run the code above in your browser using DataLab