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 = "html",
headerInfo = "", functionDesc=FALSE)
_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
functionDesc: Whether to generate HTMLized version of Rdindex()
_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: