grapes-nin-grapes: Not in

Description Usage Arguments Value Author(s) See Also Examples

Description

The not-in operator for R.

Usage

1
x %nin% table

Arguments

x

vector or NULL: the values to be matched.

table

vector or NULL: the values to be matched against.

Value

The negation of %in%.

Author(s)

Raymond Moore

See Also

%in%

Examples

1
2
1 %nin% 2:10
c("a", "b") %nin% c("a", "c", "d")

arsenal documentation built on June 5, 2021, 1:06 a.m.