split_groups | R Documentation |
This wrapper function performs a group split via
group_split
and renames the resulting list elements
with the group keys.
split_groups(.df, ...)
.df |
A |
... |
Variables to group by. |
A list of tibble
s split by group named by keys.
split_groups( datasets::iris, Species )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.