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, method="auto") _A_r_g_u_m_e_n_t_s: recurse: Whether or not to recurse through subrepositories method: Method used for file downloads. See 'download.file' _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 }