Learn R Programming

operator.tools (version 1.4.4)

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. Used for side-effects.

Details

Warns if the operator has not been registered.

See Also

setOperators for registering Operators.

Examples

Run this code
# Unregister ? as an operator.
  ## Not run: 
#     removeOperator( '?' )
#   ## End(Not run)

Run the code above in your browser using DataLab