Not in (not-in operator for R.)
nin.Rd
Not in (not-in operator for R.)
Arguments
- x
vector or
NULL
: the values to be matched.- y
vector or
NULL
: the values to be matched against.
Value
The negation of %in%
.
nin.Rd
Not in (not-in operator for R.)
vector or NULL
: the values to be matched.
vector or NULL
: the values to be matched against.
The negation of %in%
.