Last chance! 50% off unlimited learning
Sale ends in
nsa(.self, enabled = TRUE)
mutate
,
reduce
, summarise
,
transmute
, within_group
,
within_node
dat <- Multiplyr (G=rep(c("A", "B", "C", "D"), length.out=100))
dat %>% nsa () %>% mutate (G=max(G)) %>% nsa(FALSE)
dat %>% shutdown()
Run the code above in your browser using DataLab