Description Usage Arguments Value Examples
Get logical vector indicating if there no match for the left operant in the right operant.
1  | x %not_in% y
 | 
x | 
 vector or value for which it is too be checked if its elements are in vector y  | 
y | 
 vector for which it is too be checked if it contains the values in x  | 
Vector of same length as that of x, with elements equal to TRUE for each element of x that is not in y.
1  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.