diff options
Diffstat (limited to 'man/tex_listing.Rd')
-rw-r--r-- | man/tex_listing.Rd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/tex_listing.Rd b/man/tex_listing.Rd index 236853b7..2f11d211 100644 --- a/man/tex_listing.Rd +++ b/man/tex_listing.Rd @@ -16,5 +16,6 @@ tex_listing(object, caption = NULL, label = NULL, clearpage = TRUE) \item{clearpage}{Should a new page be started after the listing?} } \description{ -Wrap the output of a summary function in tex listing environment +This function can be used in a R markdown code chunk with the chunk +option \code{results = "asis"}. } |