

typeof {base}                                R Documentation

_T_h_e _T_y_p_e _o_f _a_n _O_b_j_e_c_t

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

     `typeof' provides a means of determining the type or
     storage mode of an object.  `typeof' returns a charac-
     ter string giving the type of the object.

_U_s_a_g_e_:

     typeof(x)

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

     `mode', `storage.mode'.

_E_x_a_m_p_l_e_s_:

     typeof(2)
     mode(2)

