Learn R Programming

operators (version 0.2.0)

Additional Binary Operators

Description

A set of binary operators for common tasks such as regex manipulation.

Copy Link

Version

Install

install.packages('operators')

Monthly Downloads

2,977

Version

0.2.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Romain François

Last Published

May 4th, 2026

Functions in operators (0.2.0)

notIn

not in
patternDivision

Divide by a pattern
%but%

Modification of function arguments
%without%

Remove certain elements from a vector
%x=%

Creates string decorators by repeating a pattern
%of%

Is an object of a given class
%file>%

Read or write an R object to/from a file
patternFilter

Regular expression filters
%~%

Pattern matching operators
%o~%

Only keeps the macthing part of a regular expression
withOption

Alternative option mechanism
plusEqual

Plus Equal Operator
%-~%

Remove a pattern from a character vector
pipe

Pipe an R object to a unix command