Description Usage Arguments Value Examples
Capture the expressions of a mutate-style command.
1 |
... |
mutate expressions with := or = used for assignment. |
ordered list of mutate_se assignment blocks
1 2 | assignments <- quote_mutate(a1 := 1, b1 = a1, a2 := 2, b2 := 7*(a1 + a2))
data.frame(x=1) %.>% mutate_se(., assignments)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.