name y with x
.name_y_with_x(x, y)
## Not run: x <- letters[1:5] y <- 1:5 .name_y_with_x(x, y) ## End(Not run)