Skip to content

StephieLaPugh/ireports

 
 

Repository files navigation

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

About

RMarkdown Business Reports

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 63.4%
  • R 36.6%