%nin% {BBmisc}R Documentation

Simply a negated in operator.

Description

Simply a negated in operator.

Usage

x %nin% y

Arguments

x

[vector]
Values that should not be in y.

y

[vector]
Values to match against.


[Package BBmisc version 1.13 Index]