Raw File
in.operator.s
"%nin%" <- function(x, table) match(x, table, nomatch = 0) == 0
back to top