Skip to content
Prev 276561 / 398506 Next

R in batch mode packages loading question

On 07/11/2011 5:49 AM, PALMIER Patrick (Responsable de groupe) - CETE
NP/TM/ST wrote:
Write one script that has a sequence of calls to source() to run the 
other scripts.

You'll need to be careful that unintentional leftover objects and 
settings from one script don't affect the others; you may also want to 
use the "echo=TRUE" option when you source, so you see the commands as 
they are executed.

Duncan Murdoch