| COMList {RDCOMClient} | 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 COMIDispatch-class object which is to be treated as a class. |
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@wald.ucdavis.edu)
http://www.omegahat.org/RDCOMClient http://www.omegahat.org/RDCOMServer http://www.omegahat.org/SWinTypeLibs http://www.omegahat.org/SWinRegistry