From 6476f5f49b373cd4cf05f2e73389df83e437d597 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 13 Feb 2025 16:30:31 +0100 Subject: Axis legend formatting, update vignettes --- docs/dev/reference/summary_listing.html | 164 -------------------------------- 1 file changed, 164 deletions(-) delete mode 100644 docs/dev/reference/summary_listing.html (limited to 'docs/dev/reference/summary_listing.html') diff --git a/docs/dev/reference/summary_listing.html b/docs/dev/reference/summary_listing.html deleted file mode 100644 index e584416a..00000000 --- a/docs/dev/reference/summary_listing.html +++ /dev/null @@ -1,164 +0,0 @@ - -Display the output of a summary function according to the output format — summary_listing • mkin - - -
-
- - - -
-
- - -
-

This function is intended for use in a R markdown code chunk with the chunk -option results = "asis".

-
- -
-
summary_listing(object, caption = NULL, label = NULL, clearpage = TRUE)
-
-tex_listing(object, caption = NULL, label = NULL, clearpage = TRUE)
-
-html_listing(object, caption = NULL)
-
- -
-

Arguments

-
object
-

The object for which the summary is to be listed

- - -
caption
-

An optional caption

- - -
label
-

An optional label, ignored in html output

- - -
clearpage
-

Should a new page be started after the listing? Ignored in html output

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