unmatch | R Documentation |
A binary operator to detect unmatched values. The opposite of the %in%
operator.
x %!in% y
x |
vector or NULL: the values to be compared |
y |
vector or NULL: the values to be compared against |
1:10 %!in% c(1,3,5,9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.