grapes-notin-grapes: "Not In" Operator

%notin%R Documentation

"Not In" Operator

Description

Provides the opposite of the standard R %in% operator.

Usage

x %notin% y

Arguments

x

Vector of values to be matched.

y

Vector of values to be matched against.

Value

A logical vector.

Examples

"a" %notin% c("b", "c")

rPandas documentation built on April 29, 2026, 1:07 a.m.