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

Description Details Note Author(s) Examples

Description

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

Details

To get an r 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:

Note

Examples are in a donttest section as they are using font that may be not available on the host machine. Default font is Helvetica, it can be modified with option ReporteRs-default-font. To run an example with 'Arial' default font, run first

options("ReporteRs-default-font" = "Arial")

Author(s)

David Gohel david.gohel@ardata.fr

Examples

1
options("ReporteRs-fontsize"=10, "ReporteRs-default-font"="Helvetica")

davidgohel/ReporteRs documentation built on March 23, 2020, 11 p.m.