| removeOperator {operator.tools} | R Documentation |
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)
x |
|
Warns if the operator has not been registered.
None. Used for side-effects.
Christopher Brown
setOperators for registering Operators.
# Unregister ? as an operator.
## Not run:
removeOperator( '?' )
## End(Not run)