Re: [R] How to export data to Excel Spreadsheet?

2006-08-08 Thread Petr Pikal
. Subject:Re: [R] How to export data to Excel Spreadsheet? You can also usually copy and paste to/from the Windows clipboard by using file='clipboard' in file i/o or via description = 'clipboard' using connections. I haven't checked all details of this, so there may be some

[R] How to export data to Excel Spreadsheet?

2006-08-07 Thread Xin
Dear All: I try to export my output's data to Excel spreadsheet. My outputs are: comb3 [,1] [,2] [,3] [1,] a b c [2,] a b d [3,] a b e [4,] a b f [5,] a b g I used cat(comb3,file=c:\comb3.xls,fill=FALSE,sep=\n). The probelm is that all of data in

Re: [R] How to export data to Excel Spreadsheet?

2006-08-07 Thread Paul Smith
On 8/7/06, Xin [EMAIL PROTECTED] wrote: I try to export my output's data to Excel spreadsheet. My outputs are: comb3 [,1] [,2] [,3] [1,] a b c [2,] a b d [3,] a b e [4,] a b f [5,] a b g See ? write.table ? write.csv Paul

Re: [R] How to export data to Excel Spreadsheet?

2006-08-07 Thread Berton Gunter
] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Smith Sent: Monday, August 07, 2006 5:23 AM To: R-Help Subject: Re: [R] How to export data to Excel Spreadsheet? On 8/7/06, Xin [EMAIL PROTECTED] wrote: I try to export my output's data to Excel spreadsheet. My outputs are: comb3 [,1] [,2