in reply to
Perl & R ?
You might be able to use a separate file, say sourcelist.R, to contain the source("commands.R") command, then do the following:
system("R < sourcelist.R");
Good luck!
Comment on
Re: Perl & R ?
In Section
Seekers of Perl Wisdom