R/notin.R

`%notin%` <- function (x, table){ match(x, table, nomatch = 0L) == 0L}
OpenSourceMindshare/surveytools documentation built on Aug. 14, 2019, 10:38 a.m.