grapes-ni-grapes: The negation of the value matching operator

%ni%R Documentation

The negation of the value matching operator

Description

The negation of the value matching operator

Usage

x %ni% table

Arguments

x

The values to be matched

table

The values to not be matched against

Value

A logical vector, negation of the %in% operator.

Examples

## Not run: 
1:5 %ni% c(1,3,5)

## End(Not run)

espinielli/scrap documentation built on Dec. 9, 2023, 11:25 p.m.