R Markdown Template for the Shower Presentation Engine
devtools::install_github("mangothecat/rmdshower")
Use the rmdshower::shower
format in the Rmd
header, and then just call rmarkdown::render()
as usual:
---
title: "Shower Presentations with R Markdown"
author: "Gábor Csárdi"
output:
rmdshower::shower_presentation:
self_contained: false
katex: true
ratio: 16x10
---
inst/examples
directory.MIT © Mango Solutions, R Studio, Vadim Makeev