Skip to contents

Negate in pipe

Usage

a %notin% b

Arguments

a

- a variable present in the environment

b

- a variable present in the environment

Value

not in

Examples

if (FALSE) { # \dontrun{
a <- 2
a %notin% c(3,4)
} # }