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: 23 days ago
JSON representation
R package with RMarkdown Business Reports
- Host: GitHub
- URL: https://github.com/INWTlab/ireports
- Owner: INWTlab
- License: gpl-3.0
- Created: 2018-11-29T14:54:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T09:54:44.000Z (almost 6 years ago)
- Last Synced: 2024-08-04T11:01:13.932Z (4 months ago)
- Language: TeX
- Homepage:
- Size: 757 KB
- Stars: 82
- Watchers: 11
- Forks: 33
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - INWTlab/ireports - R package with RMarkdown Business Reports (TeX)
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)