Re: [R] R2wd- how to open an existing document

2010-07-06 Thread Felipe Carrillo
he Interior US Fish & Wildlife Service California, USA - Original Message > From: Erik Iverson > To: Felipe Carrillo > Cc: r-h...@stat.math.ethz.ch > Sent: Tue, July 6, 2010 3:03:31 PM > Subject: Re: [R] R2wd- how to open an existing document > > Having no cl

Re: [R] R2wd- how to open an existing document

2010-07-06 Thread Erik Iverson
Having no clue about the specifics here, but what about: wdGet(filename = "myDoc.doc", path = "c:/mydata") You are leaving out what "didn't work" means. What error are you receiving? Felipe Carrillo wrote: Hi: How can one open an existing word document with wdGet() I am getting an error messa

[R] R2wd- how to open an existing document

2010-07-06 Thread Felipe Carrillo
Hi: How can one open an existing word document with wdGet() I am getting an error message when trying to open it like this: wdGet(filename="myDoc.doc",path="c/mydata") Looking at Tal Galili's website example it appears that double backslashes are used but i tried it and didn't work either. Thanks