rez_group_split | R Documentation |
rezrDF
The main difference with dplyr::group_split()
is that attributes are retained. If you use dplyr::group_split()
, attributes will NOT be retained.
rez_group_split(df, ...)
df |
A |
... |
Usual |
A list rezrDF
objects after the group_split
.
This is mostly useful for creating smaller emancipated rezrDFs. Do not assign the results of this function back to a rezrObj.
sbc007_arguments_byRelation = sbc007$treeEntry$default %>% filter(level = 1) %>% group_split(Relation)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.