Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/INWTlab/ireports

R package with RMarkdown Business Reports
https://github.com/INWTlab/ireports

Last synced: 6 days ago
JSON representation

R package with RMarkdown Business Reports

Lists

README

        

# RMarkdown Template for Business Reports

This R package provides a LaTeX and RMarkdown template suitable for business
reports. The design and layout is loosly oriented at MS Word defaults. In the
YAML header of the RMarkdown template, you can easily customize the colors,
logos and cover page:

```
---
title: Document Title
author: INWTlab
date: \today
params:
logo: logo.png
cover: cover.png
iblue: 2b4894
igray: d4dbde
documentclass: article
fontsize: 10
papersize: a4paper
...
---
```

## Installation

Install the package latex-report-template from GitHub.

```r
# install.packages("devtools")
devtools::install_github("INWTlab/ireports")
```

## Preview

![preview cover](./inst/resources/preview_cover.png)
![preview page](./inst/resources/preview_page.png)