View source: R/namedFunctions.S
SCOMNamedFunctionClass | R Documentation |
This is a constructor function for creating
SCOMNamedFunctionClass
objects describing
a COM class that is implemented by named S functions.
SCOMNamedFunctionClass(functions, name, ..., propertyNames = character(0), help = "", def = new("SCOMNamedFunctionClass"))
functions |
|
name |
the name of the COM class |
... |
arbitrary named values that are collected into a list and used as properties for each COM object of this class. These properties are local to each COM object. |
propertyNames |
a character vector giving the names of S variables that are to be treated as properties for the COM objects of this class. Note that these are shared across all COM objects. |
help |
a string giving a brief description about this class that might be useful for a client. |
def |
an instance of the target S class used to represent this definition. Rarely specified directly but mainly used for inheritance. |
An object of class SCOMNamedFunctionClass
.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://www.omegahat.org/RDCOMServer
SCOMNamedFunctionDispatch
createCOMObject
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.