%not_in% | R Documentation |
Opposite of in
x %not_in% y
x |
The first vector. |
y |
The second vector. |
## Not run:
c(2,3,4,5) %not_in% c(3,4)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.