getServerDetails | R Documentation |
These functions allows us to retrieve or set the R object that is created to manage an R DCOM server instance. This object provides access to the methods and properties made available by the server and also its proxy functions and method identifiers which manage the invocation of the methods and interface to DCOM clients that access the server.
This is mainly used as a debugging device to understand what has been created by the lower-level machinery that creates the DCOM server instances. However, this reflection can be used in various settings.
getServerDetails(obj)
obj |
the DCOM server, an object of class RDCOMServer. |
Currently an "arbitrary" R object, i.e. using old-style classes.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://www.omegahat.org/RDCOMServer http://www.omegahat.org/SWinRegistry
createCOMObject
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.