Chapter 2 Preparing for the workshop

To prepare for this workshop, you must download and install the earliest RStudio and R versions.

All workshop materials are found within the Github repository for this workshop. This includes an R script, which contains all code chunks shown in this book.

To reproduce the diagrams included in this workshop, you will need the DiagrammeR package. You can install and load it with the following command:

install.packages("DiagrammeR")

library(DiagrammeR)

Accessing the workshop material

badge badge badge badge badge