R/nin.R
nin.Rd
This operator is equivalent to !(x %in% y).
!(x %in% y)
x %nin% y
(vector()) Values that should not be in y.
vector()
y
(vector()) Values to match against.