powered by
Convert dplyr grouped_df to ddf
to_ddf(x)
a grouped_df object from dplyr
# NOT RUN { library(dplyr) bySpecies <- iris %>% group_by(Species) %>% to_ddf() # }
Run the code above in your browser using DataLab