grapes-notin-grapes: "Not In"

Description Usage Arguments Examples

Description

Negation of the %in% operator.

Usage

1
2
3
x %notin% y

x %!in% y

Arguments

x

Value(s) to be checked for in y.

y

Value(s) to be checked against.

Examples

1
2
3
4
1 %notin% c(1,2,3)
1 %notin% c(2,3)
1 %!in% c(1,2,3)
1 %!in% c(2,3)

mbrothe/brdgr documentation built on Feb. 25, 2021, 2:55 p.m.