powered by
n()
between
cumall
cumany
cummean
distribute
first
lag
last
lead
n_distinct
n_groups
nth
dat <- Multiplyr (x=1:100, G=rep(1:4, each=25), cl=2) dat %>% group_by (G) dat %>% summarise (G.size = n()) dat %>% shutdown()
Run the code above in your browser using DataLab