genReposHtml           package:reposTools           R Documentation

_F_u_n_c_t_i_o_n_s _t_o _g_e_n_e_r_a_t_e _H_T_M_L _l_i_s_t_i_n_g_s _o_f _a _r_e_p_o_s_i_t_o_r_y

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

     This function is used to create simple HTML web pages to represent
     the sort of data stored in a repository.

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

     genReposHtml(rep, filename = "index.html", outDir = ".", headerInfo)

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

filename: Name of the HTML file to create

  outDir: Directory to store the output

     rep: repository to use

headerInfo: HTML code to put in the header of the page

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

     This function can be used to generate simple web pages
     representing one's repository.  More information can be found in
     the 'reposTools' vignette 'HowTo generate HTML pages for a
     repository'.

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

     R. Gentleman

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

     'genRepos'

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

