1% File src/library/utils/man/SweaveUtils.Rd
2% Part of the R package, https://www.R-project.org
3% Copyright 1995-2016 R Core Team
4% Distributed under GPL 2 or later
5
6\name{SweaveUtils}
7\alias{RtangleWritedoc}
8\alias{RweaveChunkPrefix}
9\alias{RweaveEvalWithOpt}
10\alias{RweaveLatexFinish}
11\alias{RtangleFinish}
12\alias{RweaveLatexOptions}
13\alias{RweaveLatexWritedoc}
14\alias{RweaveTryStop}
15\alias{SweaveHooks}
16\alias{SweaveUtils}
17\alias{makeRweaveLatexCodeRunner}
18\alias{RtangleRuncode}
19\title{Sweave Driver Utilities}
20\description{
21  These functions are handy for writing Sweave drivers and are
22  considered internal and hence not documented.  Look at the source code
23  of the Sweave Latex driver (in this
24  package) or the HTML driver (in the R2HTML package from CRAN) to see
25  how they can be used.
26}
27\usage{
28RtangleWritedoc(object, chunk)
29RweaveChunkPrefix(options)
30RweaveEvalWithOpt(expr, options)
31RweaveLatexFinish(object, error = FALSE)
32RtangleFinish(object, error = FALSE)
33RweaveLatexOptions(options)
34RweaveTryStop(err, options)
35SweaveHooks(options, run = FALSE, envir = .GlobalEnv)
36makeRweaveLatexCodeRunner(evalFunc = RweaveEvalWithOpt)
37RtangleRuncode(object, chunk, options)
38}
39\author{Friedrich Leisch, with contributions by Seth Falcon}
40\seealso{The \code{\link{Sweave}}, \code{\link{RweaveLatex}} help pages.
41}
42\keyword{utilities}
43\keyword{internal}
44