powered by
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
.Options$operators
removeOperator(x)
None. Used for side-effects.
character. The name of the operator
character
Christopher Brown
Warns if the operator has not been registered.
setOperators for registering Operators.
setOperators
# Unregister ? as an operator. if (FALSE) { removeOperator( '?' ) }
Run the code above in your browser using DataLab