This function is the opposite of the %in%
operator.
It works the same, and can be used in the same situations.
It selects all cases not in another vector. Output is TRUE
or FALSE
,
never NA
.
1 | x %!in% y
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.