Working with directories
Something quite annoying to me is when I get an R script and I have to change all of the file references in the script. I get something like this this:
source("C:\\Documents and Settings\\UserName\\Data\\...\\File1.R")
data [Read more...]