On 2/5/2008 7:26 AM, Falco tinnunculus wrote: > Dear all, > > How do I set the working directory to a fixed map? It's time consuming to > change working directory every time I run R.
You can put a setwd() command in your Rprofile. On Windows, you could set the startup directory in the shortcut. On any system, you could write a little script that changed directory, then started R. Duncan Murdoch ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.