COMList | R Documentation |
This is a function that creates an instance
of a COMList-class
class
or some derived class of this.
The COMList-class
class allows
certain types of COM objects to be treated as
an ordered container with a length, much like
the R list concept.
COMList(obj, class = "COMList")
obj |
the |
class |
the name of the class which is to be instantiated. This argument allows one to use the name of a derived class such as ExcelCOMList or COMTypedList. |
An object of the specified class.
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
.COM
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.