RweaveLatex              package:tools              R Documentation

_R/_L_a_T_e_X _D_r_i_v_e_r _f_o_r _S_w_e_a_v_e

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

     A driver for `Sweave' that translates R code chunks in LaTeX
     files.

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

     RweaveLatex()
     RweaveLatexSetup(file, syntax, output=NULL, quiet=FALSE, debug=FALSE,
                      echo=TRUE, eval = TRUE, split=FALSE, stylepath=TRUE,
                      pdf=TRUE, eps=TRUE)

_A_r_g_u_m_e_n_t_s:

    file: Name of Sweave source file.

  syntax: An object of class `SweaveSyntax'.

  output: Name of output file, default is to remove extension `.nw',
          `.Rnw' or `.Snw' and to add extension `.tex'. Any  directory
          names in `file' are also removed such that the output is
          created in the current working directory.

   quiet: If `TRUE' all progress messages are suppressed.

   debug: If `TRUE', input and output of all code chunks is copied to
          the console.

stylepath: If `TRUE', a hard path to the file `Sweave.sty' installed
          with this package is set, if `FALSE', only
          `\usepackage{Sweave}' is written. The hard path makes the TeX
          file less portable, but avoids the problem of installing the
          current version of `Sweave.sty' to some place in your TeX
          input path. The argument is ignored if a
          `\usepackage{Sweave}' is already present in the Sweave source
          file. 

    echo: set default for option `echo', see defails below.

    eval: set default for option `eval', see defails below.

   split: set default for option `split', see defails below.

     pdf: set default for option `pdf', see defails below.

     eps: set default for option `eps', see defails below.

_S_u_p_p_o_r_t_e_d _O_p_t_i_o_n_s:

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

     Friedrich Leisch

_R_e_f_e_r_e_n_c_e_s:

     Friedrich Leisch: Sweave User Manual, 2002
     <URL: http://www.ci.tuwien.ac.at/~leisch/Sweave>

_S_e_e _A_l_s_o:

     `Sweave', `Rtangle'

