Re: [R] Is there an inverse function of Sys.getenv()

2012-05-22 Thread Uwe Ligges
On 22.05.2012 20:48, Michael wrote: Using "Sys.getenv()", I got a list of 380 environment variables... Now I open a new R session, how do I set those environment variables in my new R session using "Sys.setenv()"? There is no batch function for "Sys.setenv()"? Is there an import/export env

[R] Is there an inverse function of Sys.getenv()

2012-05-22 Thread Michael
Using "Sys.getenv()", I got a list of 380 environment variables... Now I open a new R session, how do I set those environment variables in my new R session using "Sys.setenv()"? There is no batch function for "Sys.setenv()"? Is there an import/export environment variables function? Basically