Re: [R] Export R generated tables and figures to MS Word

2013-03-13 Thread Greg Snow
> From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > > > project.org] On Behalf Of MacQueen, Don > > > Sent: Wednesday, March 13, 2013 11:56 AM > > > To: Santosh; r-help > > > Subject: Re: [R] Export R generated tables and figures to MS Word >

Re: [R] Export R generated tables and figures to MS Word

2013-03-13 Thread Santosh
> > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > > project.org] On Behalf Of MacQueen, Don > > Sent: Wednesday, March 13, 2013 11:56 AM > > To: Santosh; r-help > > Subject: Re: [R] Export R generated tables and figures to MS Word > > &g

Re: [R] Export R generated tables and figures to MS Word

2013-03-13 Thread David L Carlson
om: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of MacQueen, Don > Sent: Wednesday, March 13, 2013 11:56 AM > To: Santosh; r-help > Subject: Re: [R] Export R generated tables and figures to MS Word > > There's the package > rtf Rich Text Forma

Re: [R] Export R generated tables and figures to MS Word

2013-03-13 Thread MacQueen, Don
There's the package rtf Rich Text Format (RTF) Output I've not tried it, but the name is suggestive. -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 On 3/12/13 5:02 PM, "Santosh" wrote: >Dear Rxperts, >I am aware of Sweave

Re: [R] Export R generated tables and figures to MS Word

2013-03-13 Thread Liviu Andronic
On Wed, Mar 13, 2013 at 1:02 AM, Santosh wrote: > Dear Rxperts, > I am aware of Sweave that generates reports into a pdf, but do know of any > tools to generate to export to a MS Word document... > > Is there a way to use R to generate and export report/publication quality > tables and figures an

Re: [R] Export R generated tables and figures to MS Word

2013-03-13 Thread Frank Harrell
The best rendering of advanced tables is done by converting from pdf to Word. See http://biostat.mc.vanderbilt.edu/SweaveConvert Frank Robert Baer wrote > R2wd (http://cran.r-project.org/web/packages/R2wd/R2wd.pdf > ;) might do > what > you

Re: [R] Export R generated tables and figures to MS Word

2013-03-13 Thread Gergely Daróczi
Just to second Jeff's answer about pandoc[1] with a minimal reproducible example, you might give a try to my "pander" package [2] too: > library(pander) > Pandoc.brew(system.file('examples/minimal.brew', package='pander'), output = tempfile(), convert = 'docx') Where the content of the "minimal.b

Re: [R] Export R generated tables and figures to MS Word

2013-03-13 Thread Robert Baer
R2wd (http://cran.r-project.org/web/packages/R2wd/R2wd.pdf ) might do what you want. Rob On 3/12/2013 7:02 PM, Santosh wrote: > Dear Rxperts, > I am aware of Sweave that generates reports into a pdf, but do know of any > tools to generate to

Re: [R] Export R generated tables and figures to MS Word

2013-03-12 Thread Rmh
you are describing SWord, distributed at rcom.univie.ac.at Sent from my iPhone On Mar 12, 2013, at 20:02, Santosh wrote: > Dear Rxperts, > I am aware of Sweave that generates reports into a pdf, but do know of any > tools to generate to export to a MS Word document... > > Is there a way to us

Re: [R] Export R generated tables and figures to MS Word

2013-03-12 Thread Jeff Newmiller
knitr markdown+pandoc gives serviceable results, for low enough expectations --- Jeff NewmillerThe . . Go Live... DCN:Basics: ##.#. ##.#. Live Go...

Re: [R] Export R generated tables and figures to MS Word

2013-03-12 Thread Nicole Ford
probably not the answer you're looking for but i only use LaTeX. On Mar 12, 2013, at 8:02 PM, Santosh wrote: > Dear Rxperts, > I am aware of Sweave that generates reports into a pdf, but do know of any > tools to generate to export to a MS Word document... > > Is there a way to use R to ge

[R] Export R generated tables and figures to MS Word

2013-03-12 Thread Santosh
Dear Rxperts, I am aware of Sweave that generates reports into a pdf, but do know of any tools to generate to export to a MS Word document... Is there a way to use R to generate and export report/publication quality tables and figures and export them to MS word (for reporting purposes)? Thanks s