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