grapes-notin-grapes: Anti-Value Matching

%notin%R Documentation

Anti-Value Matching

Description

Match returns a vector of the positions of (first) anti-matches of its first argument in its second.

Usage

x %notin% y

Arguments

x

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

y

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

Value

Logical, whether or not x was in y. See %in% documentation for more information.


EricLamphere/ezextras documentation built on Sept. 14, 2022, 3:09 p.m.