Instantiated column info
InstantiatedColumnInfo(
treelyt = LayoutColTree(colcount = total_cnt),
csubs = list(expression(TRUE)),
extras = list(list()),
cnts = NA_integer_,
total_cnt = NA_integer_,
dispcounts = FALSE,
countformat = "(N=xx)",
count_na_str = "",
topleft = character()
)
An InstantiateadColumnInfo
object.
(LayoutColTree
)
a LayoutColTree
object.
(list
)
a list of subsetting expressions.
(list
)
extra arguments associated with the columns.
(integer
)
counts.
(integer(1)
)
total observations represented across all columns.
(flag
)
whether the counts should be displayed as header info when the associated
table is printed.
(string
)
format for the counts if they are displayed.
(character
)
string to use in place of missing values when formatting counts. Defaults
to ""
.
(character
)
override values for the "top left" material to be displayed during printing.