Description
Report Functions to Create HTML and PDF Files
Description
Create and combine HTML and PDF reports from within R. Possibility to design tables and listings for reporting and also include R plots.
README.md
R3port package
The aim of this package is to easily create pdf and html documents including tables, listings and plots. Although there are multiple options to do this within R like knitr
and rmarkdown
, this package takes a different approach. Output can be created using various function and is intended to create reports with only tables, listings and plots. It aims to be flexible in a way that it can be used with other reporting packages but also as standalone. Furthermore, the template system makes it possible to fully customize the style of the reports.
Documentation
The best place to start with the package, is by reading the vignette
Installation
Installation of the development version can be done using the devtools
package:
devtools::install_github("RichardHooijmaijers/R3port")