SCOMIDispatch | R Documentation |
This defines an S-level COM object
in terms of a generator function that,
when called, creates a list of functions
and meta-information about properties that
represents a unique object whose methods
are the functions and whose properties are
identified by a .properties
element
within the list.
This object is then used in conjunction
with createCOMObject
to
provide an invokable COM object.
SCOMIDispatch(generator, name, help = "", def = new("SCOMIDispatch"), where = "")
generator |
the generator function which is called to create each individual
object. This should return a named list of functions
and property identifiers. The properties are identified by
a character vector in the element of the returned list named
|
name |
the user-friendly name of the COM class which clients can use to create an instance of the COM object. |
help |
a string providing a description of the COM class. |
def |
a COM object which is filled in by this function
and the |
where |
ignored at present, but could be used to register the class. |
An object of class SCOMIDispatchClass
.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://www.omegahat.org/RDCOMServer
SCOMFunctionClass
createCOMObject
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.