HTMLChangeCSS             package:R2HTML             R Documentation

_C_h_a_n_g_e _t_h_e _c_u_r_r_e_n_t _C_S_S _f_i_l_e _f_o_r _d_y_n_a_m_i_c _u_s_e _o_f _p_a_c_k_a_g_e

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

     When using in dynamic mode, a call to 'HTMLStart' copy the
     R2HTML.css file to the specified output directory (temp by
     default). 'HTMLChangeCSS' copy a new CSS file to this destination
     (or to working directory). Then, the produced HTML files are now
     based on this new CSS.

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

     HTMLChangeCSS(newCSS = "R2HTML", from = NULL)

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

  newCSS: Name of the CSS to use (without the extension) 

    from: Source directory where to search the CSS file 

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

     A boolean: wether this has been done or not.

_N_o_t_e:

     In order to work properly, this assumes you hae used R2HTML.css
     file (the default one), as this is this file which will be
     replaced by the new one.

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

     Eric Lecoutre

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

     'HTMLStart'

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

     ## Not run: 
             HTMLStart()
             (x=diag(3))
             HTMLChangeCSS("Pastel")
             # refresh the browser
     ## End(Not run)

