Re: [R] Difficulties with setting working directory

2016-10-18 Thread Roebuck,Paul L
On 10/14/16, 1:52 PM, "R-help on behalf of Anže Dejak" wrote: >So, the thing with my version of R (I'm using RStudio for R x64 3.3.0 in, >currently, Windows 7) is, that I'm able to set the working directory >temporary (through using setwd() function), but once I try to set it >permanently

Re: [R] Difficulties with setting working directory

2016-10-15 Thread Duncan Murdoch
On 14/10/2016 2:52 PM, Anže Dejak wrote: Greetings, Firstly, I'd hope this is the correct e-mail address to ask about specific problems refering to problems with R. If it isn't, I kindly ask of you to re-direct me to the correct contact person. So, the thing with my version of R (I'm using

Re: [R] Difficulties with setting working directory

2016-10-15 Thread Jim Lemon
Hi Anze, I'm not sure that this will work on Windows, but you can create a function named ".First" (note the leading period) with something like this: .First<-function() setwd("C:/Users/anze") To do this, start a session, enter the above line and then quit the session, saving the current

[R] Difficulties with setting working directory

2016-10-15 Thread Anže Dejak
Greetings, Firstly, I'd hope this is the correct e-mail address to ask about specific problems refering to problems with R. If it isn't, I kindly ask of you to re-direct me to the correct contact person. So, the thing with my version of R (I'm using RStudio for R x64 3.3.0 in, currently, Windows