to_last: Move column to the end of dataframe

View source: R/to_last.R

to_lastR Documentation

Move column to the end of dataframe

Description

Move column to the end of dataframe

Usage

to_last(df, ...)

Arguments

df

Dataframe

...

Columns that should be at the end of the Dataframe.

Examples

to_last(mtcars, cyl)

bsurial/bernr documentation built on Nov. 7, 2022, 1:41 a.m.