R/utils-notin-inflex.R

#' Not In operator
#'
#' @name %notin%
#' @rdname notin
#' @keywords internal
#' @export
#' @examples
#' "a" %notin% LETTERS
#' "A" %notin% LETTERS
#' 1 %notin% NULL
`%notin%` <- Negate(`%in%`)
andrew-a-hale/emailable.html.table documentation built on March 17, 2021, 1:15 a.m.