Additional Binary Operators


[Up] [Top]

Documentation for package ‘operators’ version 0.2.0

Help Pages

%!in% not in
%!~% Pattern matching operators
%!~*% Pattern matching operators
%!~+% Pattern matching operators
%!~|% Regular expression filters
%*>% Read or write an R object to/from a file
%*>>% Read or write an R object to/from a file
%+=% Plus Equal Operator
%-~% Remove a pattern from a character vector
%-~|% Remove a pattern from a character vector
%/~% Divide by a pattern
%2>% Read or write an R object to/from a file
%2>>% Read or write an R object to/from a file
%<% Read or write an R object to/from a file
%<<% Read or write an R object to/from a file
%but% Modification of function arguments
%file>% Read or write an R object to/from a file
%file>>% Read or write an R object to/from a file
%of% Is an object of a given class
%o~% Only keeps the macthing part of a regular expression
%o~|% Remove a pattern from a character vector
%s~% Remove a pattern from a character vector
%without% Remove certain elements from a vector
%x=% Creates string decorators by repeating a pattern
%x=|% Creates string decorators by repeating a pattern
%|% Pipe an R object to a unix command
%~% Pattern matching operators
%~*% Pattern matching operators
%~+% Pattern matching operators
%~|% Regular expression filters
notIn not in
patternDivision Divide by a pattern
patternFilter Regular expression filters
patternSubstitution Remove a pattern from a character vector
pipe Pipe an R object to a unix command
plusEqual Plus Equal Operator
with.options Alternative option mechanism
withOption Alternative option mechanism