R/notin.R

#' @title Not-In
#' @description The logical negation of R's \code{\%in\%} infix operator.
#' @name notin

#' @rdname notin
`%notin%` <- Negate(`%in%`)

#' @rdname notin
`%nin%` <- `%notin%`

#' @rdname notin
`%ni%` <- `%notin%`
mmuurr/zzz documentation built on May 14, 2019, 12:46 p.m.