R/vrac.R

"%w/o%" <- function(x, y) x[!x %in% y] #--  x without y
"%innc%" <- function(x, y) (tolower(x) %in% tolower(y)) # a nocase version of %in%
"%==nc%" <- function(x, y) (tolower(x) == tolower(y)) # a nocase version of ==

Try the blackbox package in your browser

Any scripts or data that you put into this service are public.

blackbox documentation built on May 29, 2024, 1:15 a.m.