rez_group_split: Perform a group_split on a 'rezrDF'

View source: R/rezrDF_tidy.R

rez_group_splitR Documentation

Perform a group_split on a rezrDF

Description

The main difference with dplyr::group_split() is that attributes are retained. If you use dplyr::group_split(), attributes will NOT be retained.

Usage

rez_group_split(df, ...)

Arguments

df

A rezrDF object.

...

Usual group_split parameters.

Value

A list rezrDF objects after the group_split.

Note

This is mostly useful for creating smaller emancipated rezrDFs. Do not assign the results of this function back to a rezrObj.

Examples

sbc007_arguments_byRelation = sbc007$treeEntry$default %>% filter(level = 1) %>% group_split(Relation)

johnwdubois/rezonateR documentation built on Nov. 19, 2024, 11:17 p.m.