quote_mutate: Capture the expressions of a mutate-style command.

View source: R/stmtPlanner.R

quote_mutateR Documentation

Capture the expressions of a mutate-style command.

Description

Capture the expressions of a mutate-style command.

Usage

quote_mutate(...)

Arguments

...

mutate expressions with := or = used for assignment.

Value

ordered list of mutate_se assignment blocks

Examples


assignments <- quote_mutate(a1 := 1, b1 = a1, a2 := 2, b2 := 7*(a1 + a2))
data.frame(x=1) %.>% mutate_se(., assignments)


WinVector/seplyr documentation built on Aug. 26, 2022, 12:01 p.m.