Learn R Programming

operator.tools

Utilities for working with R's operators

Copy Link

Version

Install

install.packages('operator.tools')

Monthly Downloads

15,720

Version

1.4.4

License

GPL-2 | file LICENSE

Issues

Pull Requests

Stars

Forks

Last Published

May 26th, 2015

Functions in operator.tools (1.4.4)

can.operator

can.operator
is.operator

Utilities for operators
operators

Return the _names_ of defined operators.
.initOps

Initialize operators
rel.type

Get the relational type of a relational operator.
operator.type

Return the type for an operator.
operator.tools-package

Utilities for working with R operators
fun2name

Convert between a function and its name and vice versa.
removeOperator

Unregister a an operator.
inverse

Invert an R operator
notin

NOT IN
setOperator

Registers an operator for use with operator.tools package.