Re: [R] RDCOMClient interface - problems setting a variable

2010-08-13 Thread Mark Heckmann
I just tried to do the same task (see beloew) using the rcom package. This works fine (see below). Still I would like to now how this can be done using RDCOMClient. TIA, Mark library(rcom) ppt <- comCreateObject("PowerPoint.Application") pres <- comInvoke(comGetProperty(ppt, "Presentations"), "A

[R] RDCOMClient interface - problems setting a variable

2010-08-13 Thread Mark Heckmann
I try to produce and modify shapes in a PowerPoint presentation but run into a difficulty setting a variable. library(RDCOMClient)# load RDCOMClient package library(SWinTypeLibs) # package SWinTypeLibs from Om