Utilities for Working with R's Operators
can.operator
Convert between a function and its name and vice versa.
Initialize operators
Invert an R operator
Utilities for operators
NOT IN
Return the type for an operator.
Return the names of defined operators.
Get the relational type of a relational operator.
Unregister a an operator.
Registers an operator for use with operator.tools package.
Provides a collection of utilities that allow programming with R's operators. Routines allow classifying operators, translating to and from an operator and its underlying function, and inverting some operators (e.g. comparison operators), etc. All methods can be extended to custom infix operators.
Useful links