grapes-ni-grapes: Not in

%ni%R Documentation

Not in

Description

%ni% returns a logical vector indicating if there is a non-match or match for its left operand

Usage

x %ni% table

Arguments

x

vector or NULL, values to be matched

table

vector or NULL, values to be matched against

Value

Logical, TRUE when x %in% table is FALSE

See Also

%in%

Examples

6 %ni% 1:5

mikeroswell/MeanRarity documentation built on May 5, 2024, 4:50 p.m.