R/NotIn.R

#' @title Not in
#' @name %in%
#' 
#' @export

"%nin%" <- function(x, table) match(x, table, nomatch = 0) == 0
JackStat/THMisc documentation built on May 7, 2019, 10:17 a.m.