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

dobrowski/MCOE documentation built on Feb. 9, 2024, 11:11 p.m.