Learn R Programming

qwraps2 (version 0.2.3)

summary_table: Data Summary Tables

Description

Tools useful for building data summary tables.

Usage

summary_table(.data, summaries)
tab_summary(x)
cbind.qwraps2_summary_table(..., deparse.level = 1)

Arguments

.data
a data.frame or grouped_df.
summaries
a list of lists of formulea for summarizing the data set.
x
a variable to summarize
...
qwraps2_summary_table objects to bind together
deparse.level
integer controlling the construction of labels in the case of non-matrix-like arguments (for the default method): deparse.level = 0 constructs no labels; the default, deparse.level = 1 or deparse.level = 2 constructs labels from the argument names.

Value

a qwraps2_summary_table object.

Details

Detailed use of these functions can be found the a vignette.

The print method for the qwraps2_summary_table objects is just a simple wrapper for qable.

See Also

qable for marking up qwraps2_data_summary objects. group_by for grouped_df objects.

cbind