R/utils.R

Defines functions `%!in%`

# Not within. Opposite of %in%
`%!in%` <- function(x, y)!(`%in%`(x, y))

Try the gateR package in your browser

Any scripts or data that you put into this service are public.

gateR documentation built on Feb. 16, 2023, 5:24 p.m.