powered by
arrange(.self, ...) arrange_(.self, ..., .dots)
desc(x)
desc
distinct
filter
group_by
slice
dat <- Multiplyr (x=1:100, G=rep(1:4, each=25)) dat %>% arrange (x) dat %>% arrange (G, x) dat %>% shutdown()
Run the code above in your browser using DataLab