A binary operator to test if elements of the left-hand vector are not
present in the right-hand vector. This is the negation of %in%
, and is
equivalent to !(x %in% y)
.
A binary operator to test if elements of the left-hand vector are not
present in the right-hand vector. This is the negation of %in%
, and is
equivalent to !(x %in% y)
.