powered by
The same as %in% but negated.
%in%
x %!in% table
vector or NULL: the values to be matched. Long vectors are supported.
NULL
vector or NULL: the values to be matched against. Long vectors are not supported.
# NOT RUN { 'A' %!in% letters #TRUE letters are lower case. 'A' %!in% LETTERS #FALSE LETTERS are upper case. # }
Run the code above in your browser using DataLab