Re: [R] Print out data frames into neat images

2011-04-18 Thread Ista Zahn
Hi Santosh, There are at least three general possibilites: 1) latex (via xtable, Hmisc, r2lh, reporttools ...) 2) html (via xtable, r2lh, R2HTML, hwritter, HTMLUtils ...) 3) graphics (via gridExtra, tableplot ...) Best, Ista On Sun, Apr 17, 2011 at 11:46 PM, Santosh Srinivas wrote: > Hi Group,

[R] Print out data frames into neat images

2011-04-17 Thread Santosh Srinivas
Hi Group, I often need to print out data frames with results of analysis into a neat little image to copy and paste into documents. I need apply formatting like bold, currency signs, number formats, header shading etc. I currently output the data into csv and format using good old excel. Any sugg