Constructor Arg Conventions
constr_args(
kids,
cont,
lev,
iscontent,
cinfo,
labelrow,
vals,
cspan,
visible_label,
cindent_mod,
cvar,
label,
cextra_args,
child_names
)list. List of direct children.
ElementaryTable. Content table.
integer. Nesting level (roughly, indentation level in practical terms).
logical. Is the TableTree/ElementaryTable being constructed the content table for another TableTree.
InstantiatedColumnInfo (or NULL). Column structure for the object being created.
LabelRow. The LabelRow object to assign to this Table. Consructed from label by default if not specified.
list. cell values for the row
integer. Column span. 1 indicates no spanning.
logical(1). Should the split label be visible in the resulting table.
numeric(1). The indent modifier for the content tables generated by this split.
character(1). The variable, if any, which the content function should accept. Defaults to NA.
character(1). A label (not to be confused with the name) for the object/structure.
list. Extra arguments to be passed to the content function when tabulating row group summaries.
character. Names to be given to the sub splits contained by a compound split (typically a AnalyzeMultiVars split object).
NULL (this is an argument template dummy function)
Other conventions:
compat_args(),
gen_args(),
lyt_args(),
sf_args()