powered by
Get union set for sets.
or(...)a %or% b
a %or% b
one or more objects
one object
the other object
union elements
# NOT RUN { A <- c("a","b","c") B <- c("a","b","c","d") C <- c("a","e","h") or(A, B) or(A, B, C) A <- c("a","b","c") B <- c("a","b","c","d") C <- c("a","e","h") A %or% B A %and% B %or% C # }
Run the code above in your browser using DataLab