summary_table(.data, summaries)
tab_summary(x)
cbind.qwraps2_summary_table(..., deparse.level = 1)
data.frame
or grouped_df
.qwraps2_summary_table
objects to bind togetherdeparse.level =
0
constructs no labels; the default, deparse.level = 1
or
deparse.level = 2
constructs labels from the argument names.qwraps2_summary_table
object.
The print
method for the qwraps2_summary_table
objects is just
a simple wrapper for qable
.
qable
for marking up qwraps2_data_summary
objects. group_by
for grouped_df
objects.cbind