create_character_subtable: Function to create (a part of a) nicely formatted table

View source: R/descr.R

create_character_subtableR Documentation

Function to create (a part of a) nicely formatted table

Description

Function to create (a part of a) nicely formatted table

Usage

create_character_subtable(
  DescrVarObj,
  var_name,
  format_options,
  format_summary_stats,
  format_p,
  reshape_rows
)

Arguments

DescrVarObj

Variable object to be formatted

var_name

(character) Name of the variable

format_options

named list of options for formatting

format_summary_stats

named list of summary statistcs

format_p

formatting function for p-values

reshape_rows

named list of row reshaping functions


DescrTab2 documentation built on Sept. 6, 2022, 9:05 a.m.