grapes-nin-grapes: Opposite of in function

%nin%R Documentation

Opposite of in function

Description

Opposite of in function

Usage

x %nin% table

Arguments

x

Elements to check that are not in table

table

Table to look up values x in

Value

Returns the elements of x not in table

Examples

c(1, 2, 3) %nin% c(2, 3)

AndreSjuve/dretools documentation built on Dec. 4, 2024, 3:12 a.m.