Learn R Programming

operators (version 0.1-8)

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

741

Version

0.1-8

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

July 11th, 2015

Functions in operators (0.1-8)

%o~%

Only keeps the macthing part of a regular expression
notIn

Not in
but

Modification of function arguments
operators-package

Additional binary operators
character decorator

Creates string decorators by repeating a pattern
files

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

Plus Equal Operators
%without%

Remove certain elements from a vector
patternSubstitution

Remove a pattern from a character vector
pipe

Pipe an R object to a unix command
%of%

Is an object of a given class
pattern

Pattern matching operators
patternDivision

Divide by a pattern
withOptions

Alternative option mechanism
patternFilter

Regular expression filters