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