%nin% {mlr3misc} | R Documentation |
Negated in-operator
Description
This operator is equivalent to !(x %in% y)
.
Usage
x %nin% y
Arguments
x |
(vector() )
Values that should not be in y .
|
y |
(vector() )
Values to match against.
|
[Package
mlr3misc version 0.16.0
Index]