These are the files to accompany the talk on Rmarkdown.
HTML slides (may be slow to render; best viewed in Chrome). PDF copy (warning; italics missing!)
To run this example, you need the following R packages installed
install.packages(c("knitr", "bookdown", "kable", "printr"))
For rticles
you will need:
install.packages(c("rticles"))
install.packages('devtools')
install.packages('webshot')
devtools::install_github('sje30/sjemea')
devtools::install_github("thomasp85/patchwork")