InstantiatedColumnInfo
Usage
InstantiatedColumnInfo(
treelyt = LayoutColTree(),
csubs = list(expression(TRUE)),
extras = list(list()),
cnts = NA_integer_,
total_cnt = NA_integer_,
dispcounts = FALSE,
countformat = "(N=xx)",
count_na_str = "",
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(1). Should the counts be displayed as header info when the associated table is printed.
- countformat
character(1). Format for the counts if they are displayed
- count_na_str
character. NA string to be used when formatting counts. Defaults to
""
.- topleft
character. Override values for the "top left" material to be displayed during printing.