slotOp                 package:base                 R Documentation

_E_x_t_r_a_c_t _S_l_o_t_s

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

     Extract tbe contents of a slot in a object with a formal class
     structure.

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

     object@name

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

  object: An object from a formally defined class.

    name: The character-string name of the slot.

_D_e_t_a_i_l_s:

     This operator supports the formal classes of package 'methods',
     and is disabled unless the 'methods' is loaded. See 'slot' for
     further details.

     Currently there is no checking that the object is an instance of a
     formal class, nor that 'name' is a slot name.

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

     'Extract', 'slot'

