grouped_combn | R Documentation |
Converts a vector of grouping variables to a list of combinations of the grouping variables taken m at a time for each m in range r.
grouped_combn(gv, r = seq.int(0, length(gv)))
gv |
A vector of group variable names. |
r |
The combinations range, defaults to all combinations. |
A list of combinations of the grouping variables.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.