Description Usage Arguments Examples
Convert dplyr grouped_df to ddf
1
to_ddf(x)
x
a grouped_df object from dplyr
1 2 3 4 5 6 7
## Not run: library(dplyr) bySpecies <- iris %>% group_by(Species) %>% to_ddf() ## End(Not run)
Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.