R/nin.R

Defines functions `%nin%`

`%nin%` <- function(x, y) !(x %in% y)
jasongraf1/JGmisc documentation built on March 21, 2022, 7:42 a.m.