SweaveUtils {utils} | R 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)
RweaveLatexWritedoc(object, chunk)
RweaveTryStop(err, options)
SweaveHooks(options, run = FALSE, envir = .GlobalEnv)
makeRweaveLatexCodeRunner(evalFunc = RweaveEvalWithOpt)
RtangleRuncode(object, chunk, options)
.RtangleCodeLabel(chunk)
Author(s)
Friedrich Leisch, with contributions by Seth Falcon
See Also
The Sweave
, RweaveLatex
help pages.
[Package utils version 4.4.1 Index]