diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-03 13:54:53 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-03 13:54:53 +0100 |
commit | 77ecdf16dedcbf0db47e5eead6568e514159a127 (patch) | |
tree | 26cddacd2436849199087d5e2a3dbdcd1a4c593a /man/tex_listing.Rd | |
parent | 65bb1c5587801444a6b47a344b285ec5ca06c048 (diff) |
Update docs
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"}. } |