.COMInit | 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 |
This merely calls CoInitialize
or CoUninitialize
.
NULL
.
Duncan Temple Lang (duncan@r-project.org)
http://www.omegahat.net/RDCOMClient http://www.omegahat.net/RDCOMServer http://www.omegahat.net/SWinTypeLibs http://www.omegahat.net/SWinRegistry
COMCreate
.COM
.COMInit() .COMInit(TRUE) .COMInit(FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.