.COMInit             package:RDCOMClient             R Documentation

_A_c_t_i_v_a_t_e _a_n_d _d_e-_a_c_t_i_v_a_t_e _C_O_M _f_a_c_i_l_i_t_i_e_s _i_n _R

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

     This function allows one to turn on and off the COM facilities in
     an R session. Generally, one calls this at the start of the
     session and does not turn it off.

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

     .COMInit(status = TRUE)

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

  status: a logical value with 'TRUE' meaning to activate the COM
          mechanism and 'FALSE' meaning to turn it off.

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

     This merely calls 'CoInitialize' or 'CoUninitialize'.

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

     'NULL'.

_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:

     'COMCreate' '.COM'

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

      .COMInit()
      .COMInit(TRUE)

      .COMInit(FALSE)

