ReporteRs (version 0.8.10)

ReporteRs-package: ReporteRs: a package to create document from R

Description

ReporteRs lets you create Microsoft Word, Microsoft PowerPoint and html documents.

Arguments

Details

To get an r document object:

  • docx Create a Microsoft Word document object

  • pptx Create a Microsoft PowerPoint document object

The following functions can be used whatever the output format is (docx, pptx).

ReporteRs comes with an object of class pot to let you handle text output and format. You can associate a text with formats (font size, font color, etc.), with an hyperlink or with a Footnote as a reference note.

ReporteRs comes also with an object of class FlexTable that let you design and format tabular outputs.

Default values:

With ReporteRs, some options can be used 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-list-definition" see list.settings.

  • "ReporteRs-locale.language" language encoding (for html objects). Default to "en".

  • "ReporteRs-locale.region" region encoding (for html objects). Default to "US".

Examples

Run this code
# NOT RUN {
options("ReporteRs-fontsize"=10, "ReporteRs-default-font"="Helvetica")
# }

Run the code above in your browser using DataCamp Workspace