Learn R Programming

PKPDmisc (version 2.1.2)

bring_to_front: 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

Run this code
# NOT RUN {
head(Theoph)
head(bring_to_front(Theoph, conc, Time))
# }

Run the code above in your browser using DataLab