From 77ecdf16dedcbf0db47e5eead6568e514159a127 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 3 Nov 2022 13:54:53 +0100 Subject: Update docs --- docs/dev/reference/tex_listing.html | 140 ++++++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 docs/dev/reference/tex_listing.html (limited to 'docs/dev/reference/tex_listing.html') diff --git a/docs/dev/reference/tex_listing.html b/docs/dev/reference/tex_listing.html new file mode 100644 index 00000000..c82138b7 --- /dev/null +++ b/docs/dev/reference/tex_listing.html @@ -0,0 +1,140 @@ + +Wrap the output of a summary function in tex listing environment — tex_listing • mkin + + +
+
+ + + +
+
+ + +
+

This function can be used in a R markdown code chunk with the chunk +option results = "asis".

+
+ +
+
tex_listing(object, caption = NULL, label = NULL, clearpage = TRUE)
+
+ +
+

Arguments

+
object
+

The object for which the summary is to be listed

+ + +
caption
+

An optional caption

+ + +
label
+

An optional label

+ + +
clearpage
+

Should a new page be started after the listing?

+ +
+ +
+ +
+ + +
+ + + + + + + + -- cgit v1.2.1