Description Usage Arguments Details Value Author(s)
Negated %in%
.
1 | x %ni% table
|
x |
Vector with values to be matched. |
table |
Vector with values to be matched against. |
The negation of %in%
.
Implementated as: !(x %in% table)
A logical vector, indicating if no match
was located for each element of x
.
Values are TRUE
or FALSE
and never NA
.
Ludvig Renbo Olsen, r-pkgs@ludvigolsen.dk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.