$.COMObject {rcom} | R Documentation |
Invokes a function (method) on a COM object.
## S3 method for class 'COMObject': handle$method,...
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