Description Usage Arguments Value Examples
Run a sequence of quoted mutate blocks.
1 | mutate_seb(d, blocks, env = parent.frame())
|
d |
data.frame to work on |
blocks |
list of sequence named char-array of mutate blocks |
env |
environment to work in. |
d with blocks applied in order
1 2 3 4 | plan <- partition_mutate_qt(a1 := 1, b1 := a1, a2 := 2, b2 := a1 + a2)
print(plan)
d <- data.frame(x = 1) %.>% mutate_seb(., plan)
print(d)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.