/QUA_IreportsFB

R package with RMarkdown FB Reports

Primary LanguageTeXGNU General Public License v3.0GPL-3.0

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.

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

Preview

preview cover preview page