powered by
Performs set outersection on two vectors. The opposite operation from intersect!
intersect
outersect(x, y)
vectors
a vector of the non-common elements of x and y.
# NOT RUN { x = 1:10 y = 2:11 # c(1,11) outersect(x,y) # }
Run the code above in your browser using DataLab