HTMLCSS                package:R2HTML                R Documentation

_I_n_s_e_r_t _H_T_M_L _c_o_d_e _t_o _r_e_f_e_r _t_o _a_n _e_x_t_e_r_n_a_l _C_S_S _f_i_l_e

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

     Allow to use CSS file in a report

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

     HTMLCSS(file = .HTML.file, append = TRUE, CSSfile = "R2HTML.css")

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

    file: the target HTML file 

  append: logical. If 'TRUE' output will be appended to 'file';
          otherwise, it will overwrite the contents of 'file'

 CSSfile: name of the CSS file to refer 

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

     no value returned.

_N_o_t_e:

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

     Eric Lecoutre

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

     For information about CSS, have a look at W3 web site
     http://www.w3.org/Style/CSS/

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

     myfile <- file.path(tempdir(),"tmp.html")
     HTMLCSS(myfile,CSSfile="myownCSS.CSS")

