append_col: Append column using position.

Description Usage Arguments

View source: R/utils.R

Description

Insert column between columns based on positions.

Usage

1
append_col(x, cols, after = length(x))

Arguments

x

data frame.

cols

column to insert into data frame.

after

the inserted column would be located after '(i)' position. 'If after=1, the column will be located in the 2nd position.


CIP-RIU/fbdesign documentation built on May 23, 2019, 10:31 p.m.