grapes-notin-grapes: %notin% operator

%notin%R Documentation

%notin% operator

Description

Syntax for the opposite of %in%

Usage

x %notin% table

Arguments

x

values to be matched

table

the values to be matched against

Examples

seq(1,5,1) %notin% seq(3,7,1)


rchlumsk/RavenR documentation built on April 19, 2024, 5:15 a.m.