summary_listing: Display the output of a summary function according to the...

View source: R/summary_listing.R

summary_listingR Documentation

Display the output of a summary function according to the output format

Description

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

Usage

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


mkin documentation built on Nov. 23, 2023, 3:02 p.m.