- R looks for files on your computer relative to the "working" directory
- It's always safer to set the working directory at the beginning of your script. Note that setting the working directory created the necessary code that you can copy into your script.
- Example of help file
## get the working directory getwd() # setwd("~/summerR_2016/Lectures")