Skip to content

sje30/2018-12-07-rmd

Repository files navigation

Rmarkdown session 2018-12-07

These are the files to accompany the talk on Rmarkdown.

Handouts

  1. R markdown cheat sheet

  2. estimatek.Rmd

  3. estimatek.pdf

Slides

HTML slides (may be slow to render; best viewed in Chrome). PDF copy (warning; italics missing!)

Estimate requirements

To run this example, you need the following R packages installed

install.packages(c("knitr", "bookdown", "kable", "printr"))

rticles

For rticles you will need:

install.packages(c("rticles"))

Extra R dependencies to remake these slides (not required for session)

install.packages('devtools')
install.packages('webshot')
devtools::install_github('sje30/sjemea')
devtools::install_github("thomasp85/patchwork")

About

Rmarkdown course notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages