grapes-not_in-grapes: Not in

Description Usage Arguments Value Examples

Description

Get logical vector indicating if there no match for the left operant in the right operant.

Usage

1
x %not_in% y

Arguments

x

vector or value for which it is too be checked if its elements are in vector y

y

vector for which it is too be checked if it contains the values in x

Value

Vector of same length as that of x, with elements equal to TRUE for each element of x that is not in y.

Examples

1
ShadowCAT:::`%not_in%`(c("a", "b", "g", "k", "b"), c("a", "b", "c"))

Karel-Kroeze/ShadowCAT documentation built on May 7, 2019, 12:28 p.m.