RDCOMServer-class | R Documentation |
This class represents the running instance of the R-implemented
DCOM server. It differs from the description class the describe
a server in that this refers to the instance. The
instance is a C++-level object and this RDCOMServer
class contains a handle to that object.
Objects of this class are not instantiated directly
but rather via calls to functions such as
createCOMObject
and indirectly when an external
client application requests a
new instance of a DCOM object that is implemented
in R. This uses the registration mechanism to
store an R DCOM server description in the Windows
registry. More direct methods such
as createCOMObject
are used
when creating event handlers, and not relying
on queries from other applications.
ref
:Object of class "externalptr"
.
This stores the reference to the C++-level object.
No methods defined with class "RDCOMServer" in the signature.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://www.omegahat.org/RDCOMServer
createCOMObject
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.