R/not.in.R
grapes-nin-grapes.Rd
The not-in operator for R.
x %nin% table
vector or NULL: the values to be matched.
NULL
vector or NULL: the values to be matched against.
The negation of %in%.
%in%
Raymond Moore
1 %nin% 2:10 #> [1] TRUEc("a", "b") %nin% c("a", "c", "d") #> [1] FALSE TRUE