| %!in% | R Documentation |
A more intuitive way to test for x not in y
lhs %!in% rhs
lhs |
left-hand side |
rhs |
right-hand size |
## Not run:
a <- c("a", "b", "c", "d")
b <- c("a", "b")
a %!in% b
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.