Description
arrange columns
Usage
moveMe(data, tomove, where = "last", ba = NULL)
Value
Dataframe with new column order
Arguments
- data
input dataframe
- tomove
which column(s) to move
- where
where to move them - e.g. "before", "after", "first", "last"
- ba
??