Re: [R] wordReport

2007-09-26 Thread Alberto Monteiro
Duncan Temple Lang wrote: > >> ?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? > > (... alternative methods deleted ...) > > One could also create the document in XML, either directly to > W

Re: [R] wordReport

2007-09-26 Thread Duncan Temple Lang
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alberto Monteiro wrote: > ?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? > Using either of the R/DCOM client packages (rcom and RDCOMClient)

Re: [R] wordReport

2007-09-26 Thread Gabor Grothendieck
On 9/26/07, Wensui Liu <[EMAIL PROTECTED]> wrote: > RDCOMClient and rcom are great. but I can't find much manual or > tutorial about them. They both have home pages that will lead you to whatever information exists on them: http://sunsite.univie.ac.at/rcom/ http://www.omegahat.org/RDCOMClient/

Re: [R] wordReport

2007-09-26 Thread Wensui Liu
RDCOMClient and rcom are great. but I can't find much manual or tutorial about them. On 9/26/07, Gabor Grothendieck <[EMAIL PROTECTED]> wrote: > >From R, you can write an XML or HTML document and read it right into Word > in sufficiently new versions of Word. Go into Word and save a sample > Word

Re: [R] wordReport

2007-09-26 Thread Gabor Grothendieck
>From R, you can write an XML or HTML document and read it right into Word in sufficiently new versions of Word. Go into Word and save a sample Word document in the format of your choice to see what it looks like. Filtered HTML is particularly readable. Alternately, the R packages RDCOMClient and

Re: [R] wordReport

2007-09-26 Thread Kuhn, Max
> Where can I find all the ways to write Word documents using R? There aren't many. Look at http://www.user2007.org/program/presentations/kuhn.pdf to get Word documents via OpenOffice. Max __ R-help@r-project.org mailing list https://stat.ethz.

[R] wordReport

2007-09-26 Thread Alberto Monteiro
?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");