notIn {operators} | R Documentation |
Negation of the %in%
operator.
x %!in% table
x |
The values to be matched |
table |
The values to not be matched against |
Logical vector, negation of the %in%
operators on the same arguments.
Romain Francois <francoisromain@free.fr>
1:10 %!in% c(1,3,5,9)