9.3 Shower presentations
Shower (https://github.com/shower/shower) is a popular and customizable HTML5 presentation framework. See Figure 9.3 for what it looks like.
The R package rmdshower (https://github.com/mangothecat/rmdshower) is built on top of Shower. You may install it from GitHub:
::install_github("mangothecat/rmdshower") devtools
You can create a Shower presentation with the output format rmdshower::shower_presentation
, e.g.,
---
title: "Hello Shower"
author: "John Doe"
output: rmdshower::shower_presentation
---
See the help page ?rmdshower::shower_presentation
for all possible options of this format.