R/notin.R

#' The NotIn Functions
#'
#' This function allows you to negate the in function.
#' @param 
#' @keywords negate notin
#' @export



`%notin%` <- Negate(`%in%`)
ghowoo/Wu documentation built on June 10, 2022, 3:47 p.m.