| %notin% | R Documentation |
Match returns a vector of the positions of (first) anti-matches of its first argument in its second.
x %notin% y
x |
Vector or NULL: the values to be matched. Long vectors are supported. |
y |
Vector or NULL: the values to be matched against. Long vectors are not supported. |
Logical, whether or not x was in y. See %in% documentation
for more information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.