getReposList           package:reposTools           R Documentation

_A _f_u_n_c_t_i_o_n _t_o _g_e_t _a _l_i_s_t _o_f _r_e_p_o_s_i_t_o_r_y _e_n_t_r_i_e_s

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

     This function will take any URLs listed by the "repositories"
     option, and will return a list of ReposEntry objects representing
     those repositories

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

     getReposList(reps, recurse=TRUE, method="auto")

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

    reps: Either a list of 'ReposEntry' objects, or a 'ReposList'
          object

 recurse: Whether or not to search through subrepositories. Default is
          TRUE

  method: Method used for file downloads.  See 'download.file'

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

     A 'ReposList' object, containing all 'ReposEntry' objects that
     were represented in 'reps' as well as any subrepositories if
     'recurse' is TRUE.  Note that this function is essentially useless
     if 'reps' is a 'ReposList' and 'recurse' is FALSE.

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

     Jeff Gentry

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

