[R] Working directories... Again

2010-02-26 Thread Allen L
Dear R forum, I've looked many places for this and figure there must be an easy way to implement. I want to set the working directory in my script to the place where the R code is located. Something like: setwd(directory where this script is found). Thanks! -Allen -- View this message in

Re: [R] Working directories... Again

2010-02-26 Thread Duncan Murdoch
On 26/02/2010 12:55 PM, Allen L wrote: Dear R forum, I've looked many places for this and figure there must be an easy way to implement. I want to set the working directory in my script to the place where the R code is located. Something like: setwd(directory where this script is found). If