R/nin_operator.R

#' @title Redefinition of %nin% operator
#' @export
"%nin%" <- function(x, table) match(x, table, nomatch = 0) == 0
dietrichson/sashaUseful documentation built on Sept. 16, 2019, 3:31 p.m.