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 April 4, 2025, 4:45 a.m.