ins_cols_after: Re-order columns in a data frame

ins_cols_afterR Documentation

Re-order columns in a data frame

Description

ins_cols_after re-orders columns in a data frame.

Usage

ins_cols_after(df = NULL, idx_bf = ncol(df), idx_ins = NULL)

Arguments

df

A data frame.

idx_bf

A column index for the insertion of columns after.

idx_ins

Column index(es) for the columns to be inserted after idx_bf.


qzhang503/proteoQ documentation built on March 16, 2024, 5:27 a.m.