Description Usage Arguments Details Value Examples
ballet() iterates on the groups, as identified by dplyr::group_rows()),
and applies the choreography() to each group.
1 |
.tbl |
A data frame |
... |
Description of the columns to create, see |
.env |
parent environment of the function generated by |
The grouping structure of .tbl defines the number of groups n_groups and the
formulas in ... gives the number of dance moves n_moves
a list of 2 elements
ptypes : a list of n_moves types, in the sense of the .ptype argument to vctrs::vec_c()
steps : a list of n_groups results, each of size n_moves
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.