See base::%in% for details on the
match operator.
The negative match operator is simply the negation of the match operator
obtained via the base::Negate function.
Usage
x %!in% table
Arguments
x
vector or NULL: the values to be matched. Long vectors are supported.
table
vector or NULL: the values to be matched against. Long vectors are
not supported.