nomatch: Value (non) Matching

Description Usage Arguments Examples

Description

The logical negation of %in%.

Usage

1
x %!in% table

Arguments

x

Vector or NULL: the values to be (not) matched.

table

Vector or NULL: the values to be (not) matched against.

Examples

1
4 %!in% 1:3 # returns TRUE

ebeneditos/infix documentation built on Jan. 18, 2020, 10:37 p.m.