R/summary_listing.R
summary_listing.Rd
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)
The object for which the summary is to be listed
An optional caption
An optional label, ignored in html output
Should a new page be started after the listing? Ignored in html output