R/notin.R
grapes-ni-grapes.Rd
The negation of the value matching operator
x %ni% table
The values to be matched
The values to not be matched against
A logical vector, negation of the %in% operator.
%in%
if (FALSE) { # \dontrun{ 1:5 %ni% c(1,3,5) } # }