grapes-notin-grapes: Not In

%notin%R Documentation

Not In

Description

Opposite of

Usage

x %notin% y

Arguments

x

Vector of values

y

Another vector of values

Value

Vector of logical values inverting X

Examples


 names(iris) %notin% "Species"
 

TheZetner/utilitarian documentation built on Aug. 13, 2022, 12:31 p.m.