Generate the body of a topiclongtable
topic_long_table_body.Rd
Generate the body of a topiclongtable
Usage
topic_long_table_body(
x,
topic_cols,
row_border = "\\TopicLine",
latex_clean = TRUE,
verbatim = NULL
)
Arguments
- x
The object to make into a topiclongtable (typically a data.frame or matrix)
- topic_cols
Number of columns which are topics (where rowspans may be used).
- row_border
The LaTeX command between rows
- latex_clean
Should cleaning occur? Cleaning is: If a data.frame or matrix, the contents are run through
Hmisc::latexTranslate(format(x))
prior to generating the table body.- verbatim
Use the provided character scalar verbatim without other processing.