Learn R Programming

GPSeqClus (version 1.4.0)

moveMe: arrange columns

Description

arrange columns

Usage

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

Value

Dataframe with new column order

Arguments

data

input dataframe

tomove

which column(s) to move

where

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

ba

??