repositories           package:reposTools           R Documentation

_A _f_u_n_c_t_i_o_n _t_o _c_h_o_o_s_e _a _r_e_p_o_s_i_t_o_r_y

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

     This function will find repositories known by the system and
     present them to the user - allowing the user to select a
     repository for further use.

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

     repositories(recurse = TRUE)

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

 recurse: Whether or not to recurse through subrepositories

_D_e_t_a_i_l_s:

     This function uses the repositories available from the
     'repositories2' option.

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

     A 'repEntry-class' object representing the selected repository, or
     'NULL' if the user selects 0 (no repository).

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

     Jeff Gentry

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

     'repEntry-class'

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

       if (interactive()) {
         z <- repositories()
         z
      }

