This package provides tools to do presentations inside the R REPL. You can start from a RMarkdown file and compile a presentation you can then give directly in R!
Inspiration for this package comes from the REPLesent project which does the same thing for Scala.
- Tools to do presentations inside the R REPL
- Take advantage of RMarkdown and pandoc
- Evaluate code on slides
- Integrate data visualisations using the fantastic 'txtplot' package
- Syntax highlighting on slides
- Colours on slides
- Satisfying set of formats for slides
- Number of slide in lower right corner
install.packages("REPLesentR")
devtools::install_github("wahani/REPLesentR")
Just start with the introduction presentation:
REPLesentR::introPresentation()