?wordReport gives a lot of information, but I think it makes us wish for 
more :-)

Where can I find all the ways to write Word documents using R? 

Namely:

(1) is there any way to open a new document and save it automatically?
The sequence:

WordOpen("new_file.doc"); WordInsertText("R rulez!\n"); WordExit()

will prompt for the Yes/No/Cancel prompt, and if I answer "Yes", it opens 
the menu to "Save As".

(2) is there any way to write formulas in the evil Word formula format, but 
with input as decent latex-like format?

Alberto Monteiro

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

Reply via email to