I have to keep navigating to my directory when I go to File > Change dir..., which is particularly annoying.
Does anyone know how to make R remember the previously used directory?
feedback
|
This question came from our site for computer enthusiasts and power users.
|
I keep all the code associated with a particular project in a file (or more often a series of files). The first line is usually
which sets the directory. Once a workspace has been saved in the desired directory, just start R by opening that workspace (rather than from the desktop or start menu). Then the directory is already set to where you want it. | |||
|
feedback
|
|
I may not be answering your question, because it's a bit vague, but some thoughts:
From the R for Windows FAQ:
| |||
|
feedback
|
|
Maybe this question will help. | |||
|
feedback
|
|
I use StatET and Eclipse as my R user interface. It automatically sets the working directory to the location of my project folder. workspace = ${project_loc}. It also automatically loads any saved workspace, when starting R from a particular project. | |||
|
feedback
|
|
On Windows, I put a file Rgui.bat from code.google.com/p/batchfiles in my project directory and use this to start R. | |||
|
feedback
|