moveMe: arrange columns

View source: R/internal_functions.R

moveMeR Documentation

arrange columns

Description

arrange columns

Usage

moveMe(data, tomove, where = "last", ba = NULL)

Arguments

data

input dataframe

tomove

which column(s) to move

where

where to move them - e.g. "before", "after", "first", "last"

ba

??

Value

Dataframe with new column order


GPSeqClus documentation built on May 18, 2026, 1:07 a.m.

Related to moveMe in GPSeqClus...