ungroup_stats {tern} | R Documentation |
Ungroup non-numeric statistics
Description
Ungroups grouped non-numeric statistics within input vectors .formats
, .labels
, and .indent_mods
.
Usage
ungroup_stats(x, .formats, .labels, .indent_mods)
Arguments
x |
(named |
.formats |
(named |
.labels |
(named |
.indent_mods |
(named |
Value
A list
with modified elements x
, .formats
, .labels
, and .indent_mods
.
See Also
a_summary()
which uses this function internally.
[Package tern version 0.9.6 Index]