Workshop Materials

This tutorial will include hands-on coding in R as well as presentations of the methodology.

To work with the code, participants need to:

Below, we include detailed instructions for each of these steps.

Downloading and Installing R and RStudio

Cloning Tutorial Github Repo

"Cloning" means to make a local version of the remote Github repository on your computer. 

There are a couple of options for how to do this:

Install R Packages

All scripts include code to install necessary packages. However, to save time, it would be helpful for everyone to run the code in scripts/_installPackages.R before you get to the workshop or while the workshop is starting.

If you are in RStudio, you can open the script and select Source as shown in the screenshot below:

Additional Resources