R/xnoy.R

Defines functions xnoy

#Internal function (not exported)
xnoy <-
function(x, y) {
    x[!x %in% y]
}
trinker/qdap documentation built on Sept. 30, 2020, 6:28 p.m.