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
...
---
Install the package latex-report-template from GitHub.
# install.packages("devtools")
devtools::install_github("INWTlab/ireports")