grapes-nin-grapes: Value Matching

%nin%R Documentation

Value Matching

Description

Value Matching

Usage

x %nin% table

Arguments

x

value to search

table

table of values

Value

the opposite of x %in% table

Examples

1:10 %in% c(1, 3, 5, 9)
1:10 %nin% c(1, 3, 5, 9)

resourcecode documentation built on Jan. 9, 2026, 5:07 p.m.