memory.profile package:base R Documentation _P_r_o_f_i_l_e _t_h_e _U_s_a_g_e _o_f _C_o_n_s _C_e_l_l_s _D_e_s_c_r_i_p_t_i_o_n: Lists the usage of the cons cells by 'SEXPREC' type. _U_s_a_g_e: memory.profile() _D_e_t_a_i_l_s: The current types and their uses are listed in the include file 'Rinternals.h'. _V_a_l_u_e: A vector of counts, named by the types. See 'typeof' for an explanation of types. _S_e_e _A_l_s_o: 'gc' for the overall usage of cons cells. 'Rprofmem' and 'tracemem' allow memory profiling of specific code or objects, but need to be enabled at compile time. _E_x_a_m_p_l_e_s: memory.profile()