COMList             package:RDCOMClient             R Documentation

_C_r_e_a_t_e _a_n _i_n_s_t_a_n_c_e _o_f _C_O_M_L_i_s_t _c_l_a_s_s

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

     This is a function that creates an instance of a 'COMList-class'
     class or some derived class of this. The 'COMList-class' class
     allows certain types of COM objects to be treated as an ordered
     container with a length, much like the R list concept.

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

     COMList(obj, class = "COMList")

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

     obj: the 'COMIDispatch-class' object which is to be treated as a
          class.

   class: the name of the class which is to be instantiated. This
          argument allows one to use the name of a derived class such
          as ExcelCOMList or COMTypedList.

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

     An object of the specified class.

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

     Duncan Temple Lang (duncan@wald.ucdavis.edu)

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.omegahat.org/RDCOMClient> <URL:
     http://www.omegahat.org/RDCOMServer> <URL:
     http://www.omegahat.org/SWinTypeLibs> <URL:
     http://www.omegahat.org/SWinRegistry>

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

     '.COM'

