- title
(string
)
single string to use as main title (formatters::main_title()
). Ignored for subtables.
- subtitles
(character
)
a vector of strings to use as subtitles (formatters::subtitles()
), where every
element is printed on a separate line. Ignored for subtables.
- main_footer
(character
)
a vector of strings to use as main global (non-referential) footer materials
(formatters::main_footer()
), where every element is printed on a separate line.
- prov_footer
(character
)
a vector of strings to use as provenance-related global footer materials
(formatters::prov_footer()
), where every element is printed on a separate line.
- show_colcounts
(logical(1)
)
Indicates whether the lowest level of
applied to data. NA
, the default, indicates that the show_colcounts
argument(s) passed to the relevant calls to split_cols_by*
functions. Non-missing values will override the behavior specified in
column splitting layout instructions which create the lowest level, or
leaf, columns.
- colcount_format
(string
)
format for use when displaying the column counts. Must be 1d, or 2d
where one component is a percent. This will also apply to any displayed higher
level column counts where an explicit format was not specified. Defaults to "(N=xx)"
. See Details below.
- header_section_div
(string
)
string which will be used to divide the header from the table. See
header_section_div()
for the associated getter and setter. Please consider changing last element of
section_div()
when concatenating tables that require a divider between them.
- top_level_section_div
(character(1)
)
if assigned a single character, the first (top level) split
or division of the table will be highlighted by a line made of that character. See section_div for more
information.
- inset
(numeric(1)
)
number of spaces to inset the table header, table body, referential footnotes, and
main_footer, as compared to alignment of title, subtitle, and provenance footer. Defaults to 0 (no inset).