MIT 11.188/11.520 - Lab 7

SUMMARY OF R COMMANDS. GENERAL. getwd() # shows the actual directory. setwd(choose.dir()) # sets the directory. setwd("C:/Users/rui.pinto/Documents/Rdocs/experiments") ................
................