An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20030429/c58bb5f6/attachment.pl
how to present a table in powerpoint?
2 messages · Bashir Saghir (Aztek Global), Barry Rowlingson
resulting text file looks nice, but how can I insert it into powerpoint without losing its formatting? When I think more carefully about it, it seems to me that we need a way to convert this text presentation into graphical presentation such as postscript, then it would be easy to paste it into powerpoint without losing its formatting.
I dont have a Windows machine to hand, but wouldn't it be better to insert the table as an Excel spreadsheet? Get the data from R into Excel and then you should be able to insert the sheet into Powerpoint. Then it will look pretty. Write the table out with comma separators, and read into Excel. Or maybe the DCOM package will help: http://cran.r-project.org/contrib/extra/dcom Disclaimer: All untested, I'm using LaTeX for presentations! Baz