SweaveUtils              package:utils              R Documentation

_S_w_e_a_v_e _D_r_i_v_e_r _U_t_i_l_i_t_i_e_s

_D_e_s_c_r_i_p_t_i_o_n:

     These functions are handy for writing Sweave drivers and currently
     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.

_U_s_a_g_e:

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

_A_u_t_h_o_r(_s):

     Friedrich Leisch, with contributions by Seth Falcon

