R/notin.R

#' notin
#'
#' %notin% - the opposite of %in%
#'
#' @return none
#'
#' @author Tyler W Bradshaw, \email{tyler.w.bradshaw@duke.edu}
#'
#' @references none
#'
#' @keywords none
#'
#' @import dplyr
#'
#' @examples
#' x %notin% y
#' @export

`%notin%` <- Negate(`%in%`)
twesleyb/miscR documentation built on July 8, 2021, 6:21 p.m.