powered by
contains(.x, .y)
x <- list(1:10, 5, 9.9) x %>% contains(1:10) x %>% contains(3)
Run the code above in your browser using DataLab