bring_to_front: bring select columns to the front of a dataframe

View source: R/bring_to_front.R

bring_to_frontR Documentation

bring select columns to the front of a dataframe

Description

bring select columns to the front of a dataframe

Usage

bring_to_front(.df, ...)

Arguments

.df

dataframe with column order to adjust

...

columns to bring to front

Examples

head(Theoph)
head(bring_to_front(Theoph, conc, Time))

metrumresearchgroup/PKPDmisc documentation built on Oct. 21, 2022, 9:41 a.m.