ReporteRs is an R package for creating Microsoft (Word docx and Powerpoint pptx) and html documents.
| Package: | ReporteRs | 
| Type: | Package | 
| Version: | 0.1 | 
| Date: | 2014-01-01 | 
| License: | GPL (>= 3) | 
| LazyLoad: | yes | 
To get an r document object:
docx Create a Microsoft Word document
  object
pptx Create a Microsoft
  PowerPoint document object
html
  Create an HTML document object
The following functions can be used whatever the output format is (docx, pptx, html).
addTitle Add a title
addTable Add a table
addPlot Add plots
addImage Add external images
addParagraph Add paragraphs of text
writeDoc Write the document into a file or
  a directory
Note that html is experimental.
Default values:
With ReporteRs, some options are set to reduce usage of some parameters:
ReporteRs-default-font Default font family to use
  (default to "Helvetica"). This will be used as default
  values for argument fontname of
  addPlot and argument font.family of
  pot.
ReporteRs-fontsize Default font size to use
  (default to 11). This will be used as default values for
  argument pointsize of addPlot and
  argument font.size of pot.
ReporteRs-locale.language language encoding
  (for html objects). Default to "en".
ReporteRs-locale.region region encoding (for html
  objects). Default to "US".
example:
options(ReporteRs-fontsize=10, ReporteRs-default-font="Arial")