| %notin% | R Documentation |
Provides the opposite of the standard R %in% operator.
x %notin% y
x |
Vector of values to be matched. |
y |
Vector of values to be matched against. |
A logical vector.
"a" %notin% c("b", "c")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.