%notin% {SwimmeR}R Documentation

"Not in" function

Description

The opposite of ' 'FALSE' otherwise.

Usage

x %notin% y

x %!in% y

Arguments

x

a value

y

a list of values

Value

a 'TRUE' or 'FALSE'

Examples

"a" %!in% c("a", "b", "c")
"a" %notin% c("b", "c")


[Package SwimmeR version 0.14.2 Index]