From 77ecdf16dedcbf0db47e5eead6568e514159a127 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 3 Nov 2022 13:54:53 +0100 Subject: Update docs --- man/tex_listing.Rd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man') 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"}. } -- cgit v1.2.1