%notin% {RavenR}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)


[Package RavenR version 2.2.2 Index]