%notin% | R Documentation |
Negates %in%
for easier (miss)matching.
x %notin% table
x |
A character string to match. |
table |
A table containing values to match |
A logical vector, indicating if a mismatch was located for any
element of x: thus the values are TRUE
or FALSE
and never NA
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.