Re: [R] Exporting a dataframe from R to Excel

2008-02-25 Thread Prof Brian Ripley
Where did you get the idea to use sqlUpdate from? sqlSave is how you write a database to a table. I think it would be easier to use write.csv to write a .csv file and import that into Excel. ODBC connections to Excel work much better for reading than for writing. And there are other ways: see

Re: [R] Exporting a dataframe from R to Excel

2008-02-25 Thread Henrique Dallazuanna
You have tried write.table? write.table(x, file="file.xls", sep="\t", row.names=F) On 25/02/2008, Nadia Theron <[EMAIL PROTECTED]> wrote: > I am trying to export a dateframe created in R: > > > > > Duration_summary > > V1 2.5 % 97.5 % V4 2.5 %97.5 % > > [1,] 1 0.46076

[R] Exporting a dataframe from R to Excel

2008-02-25 Thread Nadia Theron
I am trying to export a dateframe created in R: > Duration_summary V1 2.5 % 97.5 % V4 2.5 %97.5 % [1,] 1 0.46076018 1.128776 1.00 0.5280828 0.9576338 [2,] 0 0. 0.00 1.00 0.1741793 1.2352705 [3,] 1 0.46566719 1.313711 1.00 0.7233312 1.4097