comTraceObject {rcom} | R Documentation |
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.
comTraceObject(handle)
handle |
COM object (class "COMObject") as returned by e.g.
comCreateObject |
Thomas Baier