reloc_col_before: Relocates column "to_move" immediately before anchor column...

reloc_col_beforeR Documentation

Relocates column "to_move" immediately before anchor column "col_after".

Description

The same as reloc_col.

Usage

reloc_col_before(df = NULL, to_move = "before_anchor", col_after = "anchor")

Arguments

df

The original data frame.

to_move

The column to be moved.

col_after

The anchor column to which the to_move will be moved before.


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