aboutsummaryrefslogtreecommitdiff
path: root/man/tex_listing.Rd
blob: 2f11d21102eae41a22560193f646fd9c421038e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% 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{
This function can be used in a R markdown code chunk with the chunk
option \code{results = "asis"}.
}

Contact - Imprint