R/misc-not_in.R

Defines functions `%nin%`

`%nin%` <- function(x, table){
 match(x, table, nomatch = 0) == 0
}
bcjaeger/survival.calib documentation built on June 15, 2022, 7:47 a.m.