search for: wordinserttext

Displaying 1 result from an estimated 1 matches for "wordinserttext".

2007 Sep 26
3
wordReport
?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