Skip to content
Prev 314103 / 398503 Next

Calling a .bat to set environment variables and subsequent .exe execution from within R

If all you need to do is to set environment variables, you can do that
from within R, e.g.
%FOO%
42

My $.02
On Sun, Dec 23, 2012 at 11:14 AM, Ludwig Hilger <l.hilger at ku.de> wrote: