grapes-ni-grapes: Not in

Description Usage Arguments Value Examples

Description

Not in

Usage

1
x %ni% table

Arguments

x

vector or NULL: the values to be matched. Long vectors are supported.

table

vector or NULL: the values to be matched against. Long vectors are not supported.

Value

A logical vector, indicating if a match was located for each element of x: thus the values are TRUE or FALSE and never NA.

Examples

1
"foo" %ni% letters

RemiMahmoud/functions.helper documentation built on April 23, 2021, 4:07 p.m.