Description Usage Arguments Value Author(s) See Also Examples
%notin%
is the negation of %in%
,
which returns a logical vector indicating if there is a non-match or not
for its left operand.
1 | x %notin% table
|
x |
vector or |
table |
vector or |
A logical vector, indicating if a non-match was located for each element of
x
: thus the values are TRUE
or FALSE
and never NA
.
Peter Solymos <solymos@ualberta.ca>
All the opposite of what is written for %in%
.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.