Not In
grapes-ni-grapes.RdInfix function for the opposite of %in%.
Value
(logical)
A vector of logical values the same length of x, for which each
value represents whether that particular element in x exists in y.
Examples
c("x", "y") %ni% "x"
#> [1] FALSE TRUE