Hi everybody, To write a .txt file I use write.table() Is there a way to write to a .rtf file as well? TIA Mark ??????????????????????????????????????? Mark Heckmann Dipl. Wirt.-Ing. cand. Psych. Vorstra?e 93 B01 28359 Bremen Blog: www.markheckmann.de R-Blog: http://ryouready.wordpress.com
Hello On 10/28/09, Mark Heckmann <mark.heckmann at gmx.de> wrote:> To write a .txt file I use write.table() > > Is there a way to write to a .rtf file as well? >With odfWeave [1] you can create OOo documents, from which the conversion to .rtf would be trivial. If you wan to export a table, then you could also export it in an HTML file (say, via xtable() ) and then Open with Gnumeric. I think MS Office would also do this, but OOo doesn't seem to. Liviu [1] http://cran.r-project.org/web/packages/odfWeave/index.html
Possibly Parallel Threads
- changing a list element's name during execution in lapply - possible?
- Reordering the results from table(cut()) by break argument
- RGtk2 / gWidgets - addHandlerClicked Problem
- gWidgets / RGtk2 - how to change a handler from a toolbar?
- how to flatten a list to the same level?