R/notin.R

`%notin%` <- function (x, table){ match(x, table, nomatch = 0L) == 0L}
OpenSourceMindshare/SurveyTools documentation built on Aug. 13, 2019, 2:18 p.m.