grapes-notin-grapes: Test whether an element is NOT in a set

%notin%R Documentation

Test whether an element is NOT in a set

Usage

x %notin% table

Examples

6 %in% c(6, 8, 10)
! 6 %in% c(6, 8, 10)
6 %notin% c(6, 8, 10)

wepelham3/sack2 documentation built on Aug. 5, 2023, 5:53 a.m.