qwraps2 (version 0.4.2)

tab_summary: Tabular Summaries

Description

Tool to quickly generate the code for summarizing a variable. To be used with summary_table. This function has been deprecated, see qsummary instead.

Usage

tab_summary(
  x,
  n_perc_args = list(digits = 0, show_symbol = FALSE),
  envir = parent.frame()
)

Arguments

x

a variable to summarize

n_perc_args

a list of arguments to pass to n_perc

envir

the environment to attach to the resulting formulea