Re: [R] write to RTF format - possible?

2009-10-29 Thread Liviu Andronic
Hello

On 10/28/09, Mark Heckmann  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

__
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.


[R] write to RTF format - possible?

2009-10-29 Thread Mark Heckmann

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

__
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.