commit | 637c68742d3ab83f0b787814be1a4217feedcdf5 | [log] [tgz] |
---|---|---|
author | JJ Allaire <jj@rstudio.org> | Mon Sep 15 09:29:39 2014 -0400 |
committer | JJ Allaire <jj@rstudio.org> | Mon Sep 15 09:29:39 2014 -0400 |
tree | bd5ddfeababef68e2fcd5176f132f296b30cbd0e | |
parent | f27566b03b7096b290e33f76774fbfd1df2ffc28 [diff] |
enhance readme
This repository provides an R Markdown custom format for reveal.js HTML presentations.
To use this format you should install this package along with a recent (>= 0.3.2) version of the rmarkdown package:
library(devtools) install_github(c("rstudio/rmarkdown", "jjallaire/revealjs"))
You can then use the format within an R Markdown document as follows:
--- title: "My Presentation" output: revealjs::revealjs_presentation ---