Description Usage Arguments Examples
The same as %in% but negated.
%in%
1
x %!in% table
x
vector or NULL: the values to be matched. Long vectors are supported.
NULL
table
vector or NULL: the values to be matched against. Long vectors are not supported.
1 2
'A' %!in% letters #TRUE letters are lower case. 'A' %!in% LETTERS #FALSE LETTERS are upper case.
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.