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/morris documentation built on Nov. 29, 2022, 4:31 a.m.