move_col_front: Move A Column To The Front

Description Usage Arguments Details

View source: R/move_col_front.R

Description

Move a single column of a data frame to the very front of it, i.e. set it as the first column.

Usage

1
move_col_front(d, colname = "colname")

Arguments

d

Data.table or data.frame whose columns are to be rearranged.

colname

Character string giving the column name to be rearranged as first column

Details

Author: Holger Kirsten


cfbeuchel/CarlHelpR documentation built on Dec. 24, 2019, 8:08 p.m.