R/nin.R

Defines functions `%nin%`

`%nin%` <- function(x, y) !(x %in% y)
jasongraf1/JGmisc documentation built on July 8, 2024, 6:50 a.m.