grapes-notin-grapes.Rd
Opposite of
x %notin% y
Vector of values
Another vector of values
Vector of logical values inverting X
# \donttest{ names(iris) %notin% "Species" #> [1] TRUE TRUE TRUE TRUE FALSE # }