From e5d1df9a9b1f0951d7dfbaf24eee4294470b73e2 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 17 Nov 2022 14:54:20 +0100 Subject: Complete update of online docs for v1.2.0 --- docs/reference/tex_listing.html | 143 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 docs/reference/tex_listing.html (limited to 'docs/reference/tex_listing.html') diff --git a/docs/reference/tex_listing.html b/docs/reference/tex_listing.html new file mode 100644 index 00000000..4b8736c3 --- /dev/null +++ b/docs/reference/tex_listing.html @@ -0,0 +1,143 @@ + +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