intersection {mulset} | R Documentation |
intersection()
returns all intersections it found.
intersection(...)
... |
Vector with master values to check and vector to compare values against |
Character vector of all common attributes
input1 <- seq(50, 100, by=10)
input2 <- seq(70, 130, by=10)
intersection(input1, input2)