The not-in operator for R.
x %nin% table
x
vector or NULL: the values to be matched.
NULL
table
vector or NULL: the values to be matched against.
The negation of %in%.
%in%
Raymond Moore
1 %nin% 2:10 c("a", "b") %nin% c("a", "c", "d")