Ungroups grouped non-numeric statistics within input vectors .formats
, .labels
, and .indent_mods
.
ungroup_stats(x, .formats, .labels, .indent_mods)
A list
with modified elements x
, .formats
, .labels
, and .indent_mods
.
(named list
of numeric
)
list of numeric statistics containing the statistics to ungroup.
(named character
or list
)
formats for the statistics. See Details in analyze_vars
for more
information on the "auto"
setting.
(named character
)
labels for the statistics (without indent).
(named integer
)
indent modifiers for the labels. Defaults to 0, which corresponds to the
unmodified default behavior. Can be negative.
a_summary()
which uses this function internally.