powered by
Value matching
x %!in% table
A logical vector indicating which values are not in table.
table
Vector with the values to be matched.
Vector with the values to be matched against.
match().
match()
x <- 8:12 x %!in% 1:10
Run the code above in your browser using DataLab