grapes-nin-grapes: Not in operator

Description Usage Arguments Author(s) Examples

Description

nin operator allows using the negation of the in operator

Usage

1
x %nin% 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.

Author(s)

Jose Alquicira-Hernandez

Examples

1
1:10 %nin% 1:5

joseah/dsLib documentation built on Nov. 11, 2021, 7:20 p.m.