removeOperator: Unregister a an operator.

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/removeOperator.R

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

1

Arguments

x

character. The name of the operator

Details

Warns if the operator has not been registered.

Value

None. Used for side-effects.

Author(s)

Christopher Brown

See Also

setOperators for registering Operators.

Examples

1
2
3
4
5
  # Unregister ? as an operator.
  ## Not run: 
    removeOperator( '?' )
  
## End(Not run)

decisionpatterns/operator.tools documentation built on Sept. 21, 2017, 10:30 p.m.