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 April 24, 2024, 6:06 p.m.