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)
       }

