repos_back: move vars to back

Description Usage Arguments Value Examples

View source: R/repos.R

Description

move vars to back

Usage

1

Arguments

data

data frame

...

columns to move to back

Value

Reordered data frame.

Examples

1
2
3
4
5
## 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)

tbltools documentation built on Feb. 9, 2019, 1:04 a.m.