In dplyr one can write code like e.g. using the \'.\' to refer to the data in the pipe
dplyr
x <- data.frame(x = 2:4) y <- data.frame(y = 1:3) y %&