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 so much, Santosh [[alternative HTML version deleted]]
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 generate and export report/publication quality > tables and figures and export them to MS word (for reporting purposes)? > > Thanks so much, > Santosh > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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.
knitr markdown+pandoc gives serviceable results, for low enough expectations --------------------------------------------------------------------------- Jeff Newmiller The ..... ..... Go Live... DCN:<jdnewmil at dcn.davis.ca.us> Basics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/Batteries O.O#. #.O#. with /Software/Embedded Controllers) .OO#. .OO#. rocks...1k --------------------------------------------------------------------------- Sent from my phone. Please excuse my brevity. Santosh <santosh2005 at gmail.com> 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 and export them to MS word (for reporting purposes)? > >Thanks so much, >Santosh > > [[alternative HTML version deleted]] > >______________________________________________ >R-help at 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.
you are describing SWord, distributed at rcom.univie.ac.at Sent from my iPhone On Mar 12, 2013, at 20:02, Santosh <santosh2005 at gmail.com> 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 and export them to MS word (for reporting purposes)? > > Thanks so much, > Santosh > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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.
R2wd (http://cran.r-project.org/web/packages/R2wd/R2wd.pdf <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 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 so much, > Santosh > > [[alternative HTML version deleted]] > > ______________________________________________ > 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.-- Robert W. Baer, Ph.D. Professor of Physiology Kirksille College of Osteopathic Medicine A. T. Still University of Health Sciences Kirksville, MO 63501 USA [[alternative HTML version deleted]]
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 > <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 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 so much, >> Santosh >> >> [[alternative HTML version deleted]] >> >> ______________________________________________ >>> R-help@> 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. > > > -- > > Robert W. Baer, Ph.D. > Professor of Physiology > Kirksille College of Osteopathic Medicine > A. T. Still University of Health Sciences > Kirksville, MO 63501 USA > > > [[alternative HTML version deleted]] > > ______________________________________________> R-help@> 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.----- Frank Harrell Department of Biostatistics, Vanderbilt University -- View this message in context: http://r.789695.n4.nabble.com/Export-R-generated-tables-and-figures-to-MS-Word-tp4661132p4661180.html Sent from the R help mailing list archive at Nabble.com.
On Wed, Mar 13, 2013 at 1:02 AM, Santosh <santosh2005 at gmail.com> 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 and export them to MS word (for reporting purposes)? >Instead of pure LaTeX, you may use LyX to generate Sweave/knitr reports. Liviu> Thanks so much, > Santosh > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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.-- Do you know how to read? http://www.alienetworks.com/srtest.cfm http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader Do you know how to write? http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail
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" <santosh2005 at gmail.com> 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 and export them to MS word (for reporting purposes)? > >Thanks so much, >Santosh > > [[alternative HTML version deleted]] > >______________________________________________ >R-help at 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.