The opposite of ' 'FALSE' otherwise.
x %notin% y x %!in% y
x
a value
y
a list of values
a 'TRUE' or 'FALSE'
"a" %!in% c("a", "b", "c") "a" %notin% c("b", "c")