R/nin.R

#' Negative value matching 
#'
#' @name %nin%
#' @rdname negative_match
#' @keywords internal
#' @importFrom purrr compose
`%nin%` <- compose(`!`, `%in%`)
milescsmith/bubbleplot documentation built on Jan. 22, 2022, 3:10 p.m.