objectSize               package:R.oo               R Documentation

_G_e_t_s _t_h_e _s_i_z_e _o_f _t_h_e _o_b_j_e_c_t _i_n _b_y_t_e_s

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

     Gets the size of the object in bytes. This method is just a
     wrapper for 'object.size'.

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

     ## Default S3 method:
     objectSize(...)

_A_r_g_u_m_e_n_t_s:

     ...: Arguments passed to 'object.size'.

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

     Returns an 'integer'.

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

     Henrik Bengtsson (<URL: http://www.braju.com/R/>)

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

     Internally 'object.size'.

