R/internal_functions.R

Defines functions `%notin%`

`%notin%` <- function(x, table) {
  base::match(x, table, nomatch = 0L) == 0L
}
IhsanKhaliq/ascotraceR documentation built on May 22, 2022, 11:37 a.m.