R/not_include.R

#' Show if LHS is NOT a member of RHS
#'
#' Negated \code{base::\link[base:match]{\%in\%}}
#'
#' @return
#' @export
#'

`%!in%` <- Negate(`%in%`)
n-fanton/ndr documentation built on Dec. 21, 2021, 11:07 p.m.