| %out% | R Documentation | 
This function checks if elements of a vector are not in another vector.
x %out% table
x | 
 A vector of values to be checked.  | 
table | 
 A vector of values to be compared against.  | 
A logical vector indicating if the elements of x are not in table.
x <- c("A", "B", "C")
table <- c("B", "C", "D")
x %out% table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.