comInvoke {rcom}R Documentation

Invoke a function (method) on a COM Object

Description

Invokes a function (method) on a COM object.

Usage

comInvoke(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 comInvoke depends on the function (method) called.

Author(s)

Thomas Baier

See Also

comSetProperty, comGetProperty


[Package rcom version 2.2-1 Index]