topic_long_table_body: Generate the body of a topiclongtable

View source: R/topic_long_table_body.R

topic_long_table_bodyR Documentation

Generate the body of a topiclongtable

Description

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.

Value

A character string for use in a topic_long_table body.


billdenney/TopicLongTableR documentation built on Aug. 27, 2023, 10:16 p.m.