A pacakge of R markdown templates.

Currently, there's one hrbrmrkdn::default :-)

When you use RStudio to create a new R Markdown document, select "From Template" and choose "hrbrmstr's Default Template".

Alternately, you could just start a blank R markdown document and replace the YAML with:

---
title: "Analysis Title"
author: "Some Author"
date: "`r Sys.Date()`"
output: hrbrmrkdn::default
---

There is currently only the hrbrmrkdn::default template that uses Skeleton instead of Bootstrap, auto-places headers/footers and formats the author & date metdata a bit differently. You can see a sample of it on RPubs and you can see how responsive it is here (the RPubs surrounding HTML makes the actual created HTML report non-responsive).



hrbrmstr/hrbrmrkdn documentation built on May 17, 2019, 5:08 p.m.