op_match: Matching operator (x not in y) oposed to the '%in%'-operator...

%ni%R Documentation

Matching operator (x not in y) oposed to the %in%-operator (x in y)

Description

Matching operator

Usage

x %ni% y

Arguments

x

vector

y

vector of same type as x

Value

A logical vector.

Author(s)

Klaus K. Holst

See Also

match

Examples


1:10 %ni% c(1,5,10)


lava documentation built on May 29, 2024, 3:10 a.m.