https://github.com/RichardHooijmaijers/R3port
The R3port package is developed to easily create pdf or html reports including tables, listings and plots created in R
https://github.com/RichardHooijmaijers/R3port
Last synced: 4 months ago
JSON representation
The R3port package is developed to easily create pdf or html reports including tables, listings and plots created in R
- Host: GitHub
- URL: https://github.com/RichardHooijmaijers/R3port
- Owner: RichardHooijmaijers
- Created: 2016-02-06T22:37:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T15:12:41.000Z (over 1 year ago)
- Last Synced: 2024-04-25T13:43:07.932Z (12 months ago)
- Language: R
- Homepage:
- Size: 1.87 MB
- Stars: 10
- Watchers: 5
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
- jimsghstars - RichardHooijmaijers/R3port - The R3port package is developed to easily create pdf or html reports including tables, listings and plots created in R (R)
README
# 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**](http://richardhooijmaijers.github.io/R3port/)# Installation
Installation of the development version can be done using the `devtools` package:
```
devtools::install_github("RichardHooijmaijers/R3port")
```