On Tue, Jul 13, 2010 at 4:21 PM, eugen pircalabelu <eugen_pircalab...@yahoo.com> wrote: > Hello R-users, > Checking the archives, I recently came across this topic: > "export tables to Excel files" > (http://r.789695.n4.nabble.com/export-tables-to-Excel-files-td1565679.html#a1565679), > and the following interesting references have been proposed: > http://rwiki.sciviews.org/doku.php?id=tips:data-io:ms_windows > http://www.r-bloggers.com/export-data-frames-to-multi-worksheet-excel-file-2/ > > but my problem is somehow a small extension to what has been discussed, and > although i have a solution, i seek something more elegant. I want to export > multiple dataframes (on multiple sheets), but i also want each of them to have > its own title that is to be written also in Excel. The packages/functions > that i > have checked, cannot accommodate a title that is to be written on the sheet, > along with the actual dataframe of interest. >
You might check through the packages listed here: http://rwiki.sciviews.org/doku.php?id=tips:data-io:ms_windows&rev=1266947178 ______________________________________________ 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.