Learn R Programming

rtables (version 0.4.0)

InstantiatedColumnInfo-class: InstantiatedColumnInfo

Description

InstantiatedColumnInfo

Usage

InstantiatedColumnInfo(
  treelyt = LayoutColTree(),
  csubs = list(expression(TRUE)),
  extras = list(list()),
  cnts = NA_integer_,
  total_cnt = NA_integer_,
  dispcounts = FALSE,
  countformat = "(N=xx)",
  topleft = character()
)

Arguments

treelyt

LayoutColTree.

csubs

list. List of subsetting expressions

extras

list. Extra arguments associated with the columns

cnts

integer. Counts.

total_cnt

integer(1). Total observations represented across all columns.

dispcounts

logical. Should the counts be displayed as header info when the associated table is printed.

countformat

string. Format for the counts if thtey are displayed

topleft

character. Override values for the "top left" material to be displayed during printing.

Value

an InstantiateadColumnInfo object.