%notin% {MCOE} | R Documentation |
MCOE The inverse of _in_ where the list is excluded
Description
MCOE The inverse of _in_ where the list is excluded
Usage
x %notin% table
Arguments
x |
Item or list to look at |
table |
List to make sure it is not part of |
Value
'
Examples
fruit <- c("apple", "banana", "pear", "pineapple")
"kiwi" %notin% fruit
[Package MCOE version 0.4.0 Index]