Previously known as mzes_alike
Not an official product.
Original (PowerPoint) | mzesalike (HTML5) |
---|---|
devtools::install_github("chainsawriot/mzesalike")
If you are using RStudio, you can create a new mzesalike
presentation by
- File -> R Markdown...
- From Template -> Slide Template for MZES
If you are not using RStudio (e.g. me), you can create a new presentation like so:
## Create a new directory
dir.create('demo')
## Create a template
rmarkdown::draft('demo/index.rmd', template = 'mzesalike', package = 'mzesalike', edit = FALSE)