Check existence of integers in table
If the table is sorted, this can be much faster than %in%
in.bitwhich(x, table, is.unsorted = NULL)
logical vector
x <- bitwhich(100) x[3] <- TRUE in.bitwhich(c(NA,2,3), x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.