getOptReposList          package:reposTools          R Documentation

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

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

     This function will look at options("repositories") and retrieve a
     'ReposList' object for the set of returned repositories.

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

     getOptReposList(recurse = TRUE, method="auto")

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

 recurse: Whether or not to look at any subrepositories, default is
          TRUE

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

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

     Returns an object of type 'ReposList', representing any found
     repositories along its search path (getOption("repositories") as
     well as any subrepositories if recurse is TRUE).

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

     Jeff Gentry

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

     'ReposList'

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

        getOptReposList()

