Description Usage Arguments Value Author(s) Examples
Negation of the %in%
operator.
1 | x %!in% table
|
x |
The values to be matched |
table |
The values to not be matched against |
Logical vector, negation of the %in%
operators on the same arguments.
Romain Francois <francoisromain@free.fr>
1 2 |
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.