Learn R Programming

⚠️There's a newer version (1.4.4) of this package.Take me there.

operator.tools (version 1.3.0)

Utilities for working with R's operators

Description

Utilities for working with R's operators

Copy Link

Version

Install

install.packages('operator.tools')

Monthly Downloads

16,840

Version

1.3.0

License

GPL-2

Maintainer

Christopher Brown

Last Published

November 30th, 2012

Functions in operator.tools (1.3.0)

operators-package

Utilities for working with R operators
is.operator

Utilities for operators
removeOperator

Unregister a an operator.
operators

Return the _names_ of defined operators.
fun2name & name2fun

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

Invert an R operator
rel.type

Get the relational type of a relational operator.
setOperator

Registers an operator for use with operator.tools package.
NOT IN

Logical Operator: NOT IN
operator.type

Return the type for an operator.