comTraceObject {rcom}R Documentation

Trace information about the passed object

Description

This function will trace information about the COM object passed as parameter.

Use this function to find out what rcom thinks about the object.

Use this function for debugging purposes to find out why rcom fails.

Usage

comTraceObject(handle)

Arguments

handle COM object (class "COMObject") as returned by e.g. comCreateObject

Author(s)

Thomas Baier


[Package rcom version 2.2-1 Index]