comIsValidHandle {rcom} | R Documentation |
Check if the passed object is a valid COM object
comIsValidHandle(handle)
handle |
COM object (class "COMObject") as returned by e.g.
comCreateObject |
com.isvalid
returns TRUE
if the object is valid, FALSE
otherwise.
Thomas Baier