Rdocumentation
powered by
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
Link to current version
Version
Version
0.2.0
0.1-8
0.1-7
0.1-6
0.1-5
0.1-0
Install
install.packages('operators')
Monthly Downloads
2,977
Version
0.2.0
License
MIT + file LICENSE
Issues
3
Pull Requests
2
Stars
14
Forks
3
Repository
https://github.com/romainfrancois/operators
Maintainer
Romain François
Last Published
May 4th, 2026
Functions in operators (0.2.0)
Search all functions
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