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