Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

op_match

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

Examples

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

lava

Latent Variable Models

v1.6.10
GPL-3
Authors
Klaus K. Holst [aut, cre], Brice Ozenne [ctb], Thomas Gerds [ctb]
Initial release
2021-09-01

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.