save.locLib package:reposTools R Documentation _A _f_u_n_c_t_i_o_n _t_o _s_a_v_e _a _l_o_c_a_l _l_i_b _l_i_s_t_i_n_g _D_e_s_c_r_i_p_t_i_o_n: Will save a locLibList data.frame to a liblisting.Rda file in the R library directory specified. _U_s_a_g_e: save.locLib(locLibList, lib) _A_r_g_u_m_e_n_t_s: locLibList: A local library listing data.frame lib: The directory to save this data.frame _D_e_t_a_i_l_s: Will save the dataframe locLibList into a file named 'liblisting.Rda' in the directory specified by 'lib' _A_u_t_h_o_r(_s): Jeff Gentry _S_e_e _A_l_s_o: 'closeLocLib','load.locLib','syncLocalLibList' _E_x_a_m_p_l_e_s: lib <- paste(.find.package("reposTools"),"data/",sep="/") load.locLib(lib) save.locLib(locLibList,lib)