R/notin.R

# Do opposite of %in%

#' !match
#'
#' Opposite of %in%
#'
#' @export
"%notin%" <- Negate("%in%")
MirzaCengic/Rahat documentation built on May 28, 2019, 1:53 p.m.