comGetObjectInfo {rcom} | R Documentation |
This function will return 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.
Not yet implemented!
comGetObjectInfo(handle)
handle |
COM object (class "COMObject") as returned by e.g.
comCreateObject |
comGetObject
will return a list of all functions and their descriptions
Thomas Baier