RweaveHTML              package:R2HTML              R Documentation

_A _d_r_i_v_e_r _t_o _p_a_r_s_e _H_T_M_L _n_o_w_e_b _f_i_l_e_s _w_i_t_h _S_w_e_a_v_e _t_o_o_l

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

     This driver parses HTML files containing R code and replace pieces
     of code with their output. Graphs are incorporated as png.

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

     RweaveHTML()

_D_e_t_a_i_l_s:

_V_a_l_u_e:

     None value is returned. From a .snw noweb file, the corresponding
     .html is produced (as eventuals png files for graphs).

_N_o_t_e:

     In order to work properly, noweb codes have to be located at the
     beginning of a line (no indentation). See samples in the samples
     directory of the package.

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

     Eric Lecoutre

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

     'Sweave'

_E_x_a_m_p_l_e_s:

     ## Not run: 
     library(tools)
     Sweave("file.snw",driver=RweaveHTML)
     ## End(Not run)

