R/not_in.R

#' @title Not In
#' @description Returns a logical vector detailing which elements of an object are not present in a second object.
#' @return logical vector
#' @export

`%nin%` <- Negate(`%in%`)
matthiasronnau/matthias documentation built on June 15, 2022, 11:44 p.m.