View source: R/removeOperator.R
| removeOperator | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.