%ni% | R Documentation |
%ni%
returns a logical vector indicating if there is a non-match or
match for its left operand
x %ni% table
x |
vector or NULL, values to be matched |
table |
vector or NULL, values to be matched against |
Logical, TRUE
when x %in% table
is FALSE
%in%
6 %ni% 1:5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.