notin: Negation of '%in%'

%notin%R Documentation

Negation of %in%

Description

Binary operator, which returns a logical vector with TRUE element where there is no match in the left operand and FALSE where there is a match.

Usage

a %notin% b

Arguments

a, b

Vectors passed to %in%.


jedwards24/edwards documentation built on Sept. 2, 2023, 8:16 a.m.