R/notIn.R

#' Negate the \code{\%in\%} function.
#'
#' Use this for the OPPOSITE of \code{\%in\%}.
#'
#' @export
"%not_in%" <- function(x, y) !x %in% y
MichaelJMahometa/SDSRegressionR documentation built on March 3, 2021, 10:51 p.m.