left: An additional dplyr verb

View source: R/left.R

leftR Documentation

An additional dplyr verb

Description

This moves either var or the last column to the first column

Usage

left(df, ...)

Arguments

df

a data frame

Value

data.frame

Examples

left(mtcars)

andrew-griffen/griffen documentation built on Feb. 11, 2025, 4:23 a.m.