SweaveUtils: Sweave Driver Utilities

SweaveUtilsR Documentation

Sweave Driver Utilities

Description

These functions are handy for writing Sweave drivers and are considered internal and hence not documented. Look at the source code of the Sweave Latex driver (in this package) or the HTML driver (in the R2HTML package from CRAN) to see how they can be used.

Usage

RtangleWritedoc(object, chunk)
RweaveChunkPrefix(options)
RweaveEvalWithOpt(expr, options)
RweaveLatexFinish(object, error = FALSE)
RtangleFinish(object, error = FALSE)
RweaveLatexOptions(options)
RweaveTryStop(err, options)
SweaveHooks(options, run = FALSE, envir = .GlobalEnv)
makeRweaveLatexCodeRunner(evalFunc = RweaveEvalWithOpt)
RtangleRuncode(object, chunk, options)

Author(s)

Friedrich Leisch, with contributions by Seth Falcon

See Also

The Sweave, RweaveLatex help pages.