Suppose I want to filter a data set by matching values in multiple columns. How to do this as the below does not work:
df <- data.frame(c1 = c(1,2,3), c2 =