grapes-notin-grapes: Filter by %notin% similar to %in%

%notin%R Documentation

Filter by %notin% similar to %in%

Description

%notin% returns a logical vector indicating TRUE if there is not a match for its left operand

Usage

x %notin% y

Arguments

x

vector: the values to be matched

y

vector: the values to be matched against

Value

A vector of the same length as x.

Examples

1:10 %notin% c(1,3,5,9)


amorris28/amorris documentation built on Nov. 24, 2022, 6:39 a.m.