I am looking for a way to change the tempdir() location after an R session has started. I think it would be required to update the C level global variable R_TempDir. What would be a nice way to do this from within R?
|
|
|
It's awfully cheesy, but you could just mask
Then you'd be OK as long as you weren't using code that (implicitly or explicitly) looked in the base namespace before the global environment ... I really don't see any other way to do this, since it's set at initialization time and not altered thereafter. In other words, If |
|||||||||
|
|
If you unlock
|
|||
|
|
|
The However it's not related to the working directory. If you want to change the working directory you should use the command If you want to change the directory where temporary files are stored, you should set this as a parameter on the command.
|
|||||
|