$.COMObject {rcom}R Documentation

Invoke a function (method) an a COM Object

Description

Invokes a function (method) on a COM object.

Usage

## S3 method for class 'COMObject':
handle$method,...

Arguments

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

Value

The return value of $.COMObject depends on the function (method) called.

Author(s)

Gabor Grothendieck

See Also

comInvoke, [[.COMObject, [[<-.COMObject


[Package rcom version 2.2-1 Index]