View source: R/topic_long_table_body.R
| topic_long_table_body | R Documentation | 
Generate the body of a topiclongtable
topic_long_table_body(
  x,
  topic_cols,
  row_border = "\\TopicLine",
  latex_clean = TRUE,
  verbatim = NULL
)
| 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
 | 
| verbatim | Use the provided character scalar verbatim without other processing. | 
A character string for use in a topic_long_table body.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.