notin | R Documentation |
Operador de contrario a %in%
x %!in% y
x |
uno de los operandos. |
y |
otro operando. Con quien se compara el primero. |
http://stackoverflow.com/questions/5831794/opposite-of-in
a <- c(1, 2, 3, 4, 5)
b <- c(1, 2, 3, 5, 7)
a %!in% b
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.