browseRepos package:reposTools R Documentation _A _f_u_n_c_t_i_o_n _t_o _b_r_o_w_s_e _r_e_p_o_s_i_t_o_r_y _H_T_M_L _D_e_s_c_r_i_p_t_i_o_n: This function will display a repository's HTML pages in the user's browser. _U_s_a_g_e: browseRepos(repEntry) _A_r_g_u_m_e_n_t_s: repEntry: The repository to browse _D_e_t_a_i_l_s: This function is merely a wrapper designed to open the user's browser to display the repository's HTML files. _A_u_t_h_o_r(_s): Jeff Gentry _S_e_e _A_l_s_o: 'genReposHTML', 'getReposEntry' _E_x_a_m_p_l_e_s: if (interactive()) { z <- getReposEntry("http://www.bioconductor.org/repository/Courses") browseRepos(z) }