Learn R Programming

operator.tools (version 1.3.0)

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)

Arguments

x
character. The name of the operator

Value

  • None.

Details

Warns if the operator has not been registered.

See Also

setOperator, setOperators for registering Operators.

Examples

Run this code
# Unregister ? as an operator.
  removeOperator( '?' )

Run the code above in your browser using DataLab