not-in: Not in infix operator

Description Usage Arguments Examples

Description

The same as %in% but negated.

Usage

1
x %!in% table

Arguments

x

vector or NULL: the values to be matched. Long vectors are supported.

table

vector or NULL: the values to be matched against. Long vectors are not supported.

Examples

1
2
'A' %!in% letters #TRUE letters are lower case.
'A' %!in% LETTERS #FALSE LETTERS are upper case.

RDocTaskForce/pkgcond documentation built on May 3, 2021, 9:42 a.m.