How to set a working directory in R

In R, you can set a working directory in this way (I use C:/temp as an example). setwd(“C:/temp”) If this generates an error message. suspect that you used a wrong quotation mark (this can happen when you copy and paste an example from the Internet).  Just retype using ‘.  You can read more about it … Continue reading How to set a working directory in R