powered by
move vars to back
repos_back(data, ...)
data frame
columns to move to back
Reordered data frame.
# NOT RUN { ## data with row names d <- data.frame(x = rnorm(5), y = rnorm(5), row.names = letters[1:5]) ## move x to back repos_back(d, x) # }
Run the code above in your browser using DataLab