Re: [R] odbcConnectExcel2007 connection error

2010-02-02 Thread Gabor Grothendieck
You could try the other methods listed here to see if any of then work in this case: http://wiki.r-project.org/rwiki/doku.php?id=tips:data-io:ms_windows On Wed, Feb 3, 2010 at 12:46 AM, Liam Blanckenberg wrote: > Hi all, > > Apologies if I violate any posting etiquette - this is my first > submis

Re: [R] odbcConnectExcel2007

2008-11-02 Thread Prof Brian Ripley
On Tue, 28 Oct 2008, Agnolucci, Paolo wrote: Hi sorry if this is really basic but I am just starting on R. Can anyone point me at how to write R objects into Excel 2007 files. I have seen how to set up a connection to a file through odbcConnectExcel2007(xls.file, readOnly = FALSE, ...) but

Re: [R] odbcConnectExcel2007

2008-10-28 Thread Chrischizinski
Agnolucci, Paolo wrote: > > Hi > > > > sorry if this is really basic but I am just starting on R. > > > > Can anyone point me at how to write R objects into Excel 2007 files. I > have seen how to set up a connection to a file through > odbcConnectExcel2007(xls.file, readOnly = FALSE, ...