aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-11-01 20:32:54 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-11-01 20:32:54 +0100
commit65bb1c5587801444a6b47a344b285ec5ca06c048 (patch)
tree8c339c46dfe323afc952311757275324a61eeec3 /man
parentb53ca24f26c759a8ecf5e00f791a4134dd1a926c (diff)
Add tex_listing()
Diffstat (limited to 'man')
-rw-r--r--man/tex_listing.Rd20
1 files changed, 20 insertions, 0 deletions
diff --git a/man/tex_listing.Rd b/man/tex_listing.Rd
new file mode 100644
index 00000000..236853b7
--- /dev/null
+++ b/man/tex_listing.Rd
@@ -0,0 +1,20 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/tex_listing.R
+\name{tex_listing}
+\alias{tex_listing}
+\title{Wrap the output of a summary function in tex listing environment}
+\usage{
+tex_listing(object, caption = NULL, label = NULL, clearpage = TRUE)
+}
+\arguments{
+\item{object}{The object for which the summary is to be listed}
+
+\item{caption}{An optional caption}
+
+\item{label}{An optional label}
+
+\item{clearpage}{Should a new page be started after the listing?}
+}
+\description{
+Wrap the output of a summary function in tex listing environment
+}

Contact - Imprint