grapes-notin-grapes: MCOE The inverse of _in_ where the list is excluded

%notin%R Documentation

MCOE The inverse of _in_ where the list is excluded

Description

MCOE The inverse of _in_ where the list is excluded

Usage

x %notin% table

Arguments

x

Item or list to look at

table

List to make sure it is not part of

Value

'

Examples


fruit <- c("apple", "banana", "pear", "pineapple")
"kiwi" %notin% fruit

MCOE documentation built on May 29, 2024, 2:56 a.m.