powered by
Remove one or more values from a vector. This is a shorthand for x[!x %in% values]
x[!x %in% values]
rmv(x, values)
x without values
a vector
vector of values