Skip to content
Prev 24732 / 398502 Next

unix environment variables under R

source(file.path(Sys.getenv("PROJECT"), "xxx.R"))

and please try not to expect sloppy sh-shell programming to work
in any other language.
On Tue, 29 Oct 2002, Jan Malte Wiener wrote: