%notchin% {hutils} | R Documentation |
Negation of in (character)
Description
Negation of in (character)
Usage
x %notchin% y
Arguments
x |
Values to be matched. |
y |
Values to be matched against. |
Details
If y
is NULL
, then x
is TRUE
for consistency with
%in%
. If x
and y
are not both character, the function simply
falls back to %in%
rather than erroring.
[Package hutils version 1.8.1 Index]