gregciresi@acedsl.com
2003-Sep-22 16:53 UTC
[R] setting up different project directories in R
I am a novice R user looking to set up different project directories.
In my S+ shortcuts, in the Target field, I use
Splus.exe S_PROJ=D:\MYWORK
Splus.exe S_PROJ=D:\MYWORK2
etc.
Is there a similar way to set up the shortcuts in R?
Would it make sense in R to use multiple shortcuts with different
settings in the target line?
Thanks,
Greg
On Mon, 22 Sep 2003 gregciresi at acedsl.com wrote:> I am a novice R user looking to set up different project directories. > > In my S+ shortcuts, in the Target field, I use > Splus.exe S_PROJ=D:\MYWORK > Splus.exe S_PROJ=D:\MYWORK2 > etc. > Is there a similar way to set up the shortcuts in R? >Just change the `Start in' field in the shortcut to the directory where you want to start. -thomas