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.brew" file is something you might have got used to with Sweave - although it's using "brew" syntax instead. See the examples of pander [3] for more details. Please note that pandoc should be installed first, which is pretty easy on Windows. Best, Gergely [1] http://johnmacfarlane.net/pandoc/ [2] http://rapporter.github.com/pander/ [3] http://rapporter.github.com/pander/#examples On 13 March 2013 03:28, Jeff Newmiller <jdnew...@dcn.davis.ca.us> wrote: > knitr markdown+pandoc gives serviceable results, for low enough > expectations > --------------------------------------------------------------------------- > Jeff Newmiller The ..... ..... Go Live... > DCN:<jdnew...@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 <santosh2...@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@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. > > ______________________________________________ > 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. > [[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.