notin | R Documentation |
Value mismatching
notin(x, y)
x |
Vector: the values to be matched. |
y |
Vector: the values to be matched against. |
A vector of positions of mismatches.
notin(c("a"), c("a", "b")) notin(c("a"), c("c", "b"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.