| %out% | R Documentation | 
The %out% function works as the inverse of
%in%, looking for the absence of value or values of the
lhs from the rhs.
lhs %out% rhs
| lhs | A value or vector to be un-matched from. | 
| rhs | A value or vector to be un-matched to. | 
v <- c("a","b","c")
u <- c("a","b","d")
v %out% u
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.