5.1 Setup

The file required for this lesson can be downloaded by clicking on this link

  • Move the downloaded file into the directory for this workshop

To view your current working directory use the getwd() command

To set you working directory, use the setwd() command. We want to set the working directory to the location of our project. For example:

setwd("~/Workshops/AARUG")