!x %in% y
R/base.R
grapes-nin-grapes.Rd
Infix !x %in% y
x %nin% y
vectors
TRUE if x is not in y, else FALSE
TRUE
x
y
FALSE
"a" %nin% c("a", "b", "c") #> [1] FALSE