powered by
Run a sequence of quoted mutate blocks.
mutate_seb(d, blocks, env = parent.frame())
data.frame to work on
list of sequence named char-array of mutate blocks
environment to work in.
d with blocks applied in order
# NOT RUN { 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) # }
Run the code above in your browser using DataLab