%nin% {resourcecode} | R Documentation |
Value Matching
Description
Value Matching
Usage
x %nin% table
Arguments
x |
value to search |
table |
table of values |
Value
the opposite of x %in% table
Examples
1:10 %in% c(1, 3, 5, 9)
1:10 %nin% c(1, 3, 5, 9)
[Package resourcecode version 0.2.1 Index]