[R] Tables to export to excel

2010-01-10 Thread Orvalho Augusto
I am doing some tables with verry long and numerouses categories. Eg.
Cause of Death Crossed by sex e then by group ages.

Is it possible to have such crosstab sent to an excel file so I could
easilly report.

Thanks in advance

Caveman

-- 
OpenSource Software Consultant
CENFOSS (www.cenfoss.co.mz)
SP Tech (www.sptech.co.mz)
email: orvaq...@cenfoss.co.mz
cell: +258828810980

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Tables to export to excel

2010-01-10 Thread Erich Neuwirth
There are a few different options for exporting
matrices and dataframes from R to Excel.

RExcel (an Excel addin available from rcom.univie.ac.at) allows you
use a menu item Get array or Get dataframe
to do this.
Other options are described in Chapter 8 of the R Data Import/Export manual.
There also was a recent thread how to import data from excel to R
on this mailing list. You can find it in the archives of the mailing list.


On 1/10/2010 8:38 PM, Orvalho Augusto wrote:
 I am doing some tables with verry long and numerouses categories. Eg.
 Cause of Death Crossed by sex e then by group ages.
 
 Is it possible to have such crosstab sent to an excel file so I could
 easilly report.
 
 Thanks in advance
 
 Caveman
 

-- 
Erich Neuwirth, University of Vienna
Faculty of Computer Science
Computer Supported Didactics Working Group
Visit our SunSITE at http://sunsite.univie.ac.at
Phone: +43-1-4277-39464 Fax: +43-1-4277-39459

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.