This repository contains the slides and associated questions for the efficient R tutorial. All material is contained within an R package (very efficient).
The material in this tutorial is based on the Efficient R Programming book and the Jumping Rivers one day course.
The package lives in a drat
on GitHub. Installation is straightforward
install.packages("drat")
drat::addRepo("jr-packages")
install.packages("efficientTutorial")
The slides and questions are package vignettes. These can be viewed in the usual way
browseVignettes(package = "efficientTutorial")
or
vignette("slides_welcome", package = "efficientTutorial")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.