.COMInit {RDCOMClient} | R Documentation |
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.
.COMInit(status = TRUE)
status |
a logical value with TRUE meaning to
activate the COM mechanism and FALSE meaning to turn it off. |
This merely calls CoInitialize
or CoUninitialize
.
NULL
.
Duncan Temple Lang (duncan@research.bell-labs.com)
http://www.omegahat.org/RDCOMClient http://www.omegahat.org/RDCOMServer http://www.omegahat.org/SWinTypeLibs http://www.omegahat.org/SWinRegistry
.COMInit() .COMInit(TRUE) .COMInit(FALSE)