reinsort.col {eatTools} | R Documentation |
Insert columns into a data frame in specific position
reinsort.col(dat, toreinsort, after)
dat |
A data frame |
toreinsort |
Column name(s) or column number(s) of the colums to be reinserted |
after |
Column name or column number after which the colums specified in |
A data frame with columns in specified positions.
Martin Hecht