grapes-notin-grapes.Rd
Negate in pipe
a %notin% b
- a variable present in the environment
not in
if (FALSE) { # \dontrun{ a <- 2 a %notin% c(3,4) } # }