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

Description Usage Arguments Value Examples

View source: R/stmtPlanner.R

Description

Capture the expressions of a mutate-style command.

Usage

1

Arguments

...

mutate expressions with := or = used for assignment.

Value

ordered list of mutate_se assignment blocks

Examples

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

seplyr documentation built on Sept. 5, 2021, 5:12 p.m.