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()