getReposOption          package:reposTools          R Documentation

_a _f_u_n_c_t_i_o_n _t_o _f_i_n_d _k_n_o_w_n _r_e_p_o_s_i_t_o_r_i_e_s

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

     This function will return a vector of all known repositories.

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

     getReposOption()

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

     Uses the 'repositories2' option to determine what repositories are
     known.

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

     A named vector - elements correspond to repository URLs, the names
     can be used as shortcut names for these repositories.

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

     Jeff Gentry

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

     'getReposEntry'

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

       z <- getReposOption
       z

