March 10th, 2011, 10:53 am
Does anyone have any tips on an easy way of working with COM objects in R and exposing them in a manner so they are somewhat explorable? I've been working with Excel as a COM object and a few DLLs but haven't found a good way of actually figuring out if there is a way of exploring the object being pointed at. The only way I've found is to actually know the syntax by heart or reading through uddles of documentation, since if you mess up the syntax you just get a NULL pointer back and no errors or warnings. This is an example of what I'm talking about and as you can see it's not very intuitive: