removeEmptyGroups {crunch} | R Documentation |
Remove OrderGroups with no entities
Description
This function recurses through a ShojiOrder
/OrderGroup
and
removes any groups that contain no entities.
Usage
removeEmptyGroups(x)
Arguments
x |
VariableOrder, DatasetOrder, VariableGroup, or DatasetGroup |
Value
x
with empty groups removed.
[Package crunch version 1.31.0 Index]