powered by
mutate
select
transmute(.self, ...) transmute_(.self, ..., .dots)
nsa
reduce
summarise
within_group
within_node
dat <- Multiplyr (x=1:100, y=100:1) dat %>% mutate (x=x*2) dat %>% shutdown()
Run the code above in your browser using DataLab