%nin% {arsenal} | R Documentation |
Not in
Description
The not-in operator for R.
Usage
x %nin% table
Arguments
x |
vector or |
table |
vector or |
Value
The negation of %in%
.
Author(s)
Raymond Moore
See Also
Examples
1 %nin% 2:10
c("a", "b") %nin% c("a", "c", "d")
[Package arsenal version 3.6.3 Index]