powered by
Capture the expressions of a mutate-style command.
quote_mutate(...)
mutate expressions with := or = used for assignment.
ordered list of mutate_se assignment blocks
# NOT RUN { assignments <- quote_mutate(a1 := 1, b1 = a1, a2 := 2, b2 := 7*(a1 + a2)) data.frame(x=1) %.>% mutate_se(., assignments) # }
Run the code above in your browser using DataLab