%notin% | R Documentation |
Inverse operation of match.
x %notin% y
x |
vector or NULL |
y |
vector or NULL |
"a" %in% letters[1:3]
"a" %notin% letters[1:3]
1 %in% 1:3
1 %notin% 1:3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.