R/operators.R

`%without%` <- `%wo%` <- `%w/o%` <- function(x, y){
  x[!x %in% y ]
}

## # string concatenation operator
`%pst%` <- function(s1, s2) {
	paste(s1, s2, sep = "") 
}                                  
MangoTheCat/RNMImport documentation built on May 8, 2019, 4:36 p.m.