| $.COMObject {rcom} | R Documentation |
Invokes a function (method) on a COM object.
handle |
COM object (class "COMObject") as returned by e.g.
comCreateObject |
method |
name of method to call as a character string |
... |
parameters passed when calling the method |
The return value of $.COMObject depends on the function (method) called.
Gabor Grothendieck
comInvoke, [[.COMObject,
[[<-.COMObject