[R] How to export data to Excel Spreadsheet?

Paul Smith phhs80 at gmail.com
Mon Aug 7 14:23:26 CEST 2006


On 8/7/06, Xin <jasonshi510 at hotmail.com> 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



More information about the R-help mailing list