As I said earlier, none of the packages I have found (dataframes2xls,
WriteXLS, xlsReadWrite, xlsx) to export to xls allow appending on the
same sheet.
So at the end, write.csv() is more flexible for my use.
Do you know if the RExcel add-on would be useful in my case? I took a
look at the manual, but it doesn't really describe well the possibilites.
Thank you anyway
Ivan
Le 2/25/2010 10:53, Dieter Menne a écrit :
Ivan Calandra wrote:
What if "size" means both columns and rows?
Then you are not longer in the database world, and should use one of the
half dozen other methods to write to Excel, either native, via Perl
(portable) or RCOM. Search R-search for "write Excel".
Dieter
______________________________________________
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.