Syntax for the opposite of %in%
x %notin% table
x
values to be matched
table
the values to be matched against
seq(1,5,1) %notin% seq(3,7,1)