R/internal_functions.R

Defines functions `%notin%`

`%notin%` <- function(x, table) {
  base::match(x, table, nomatch = 0L) == 0L
}

Try the ascotraceR package in your browser

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

ascotraceR documentation built on Dec. 20, 2021, 5:07 p.m.