[R] How to execute external programs with R?

Duncan Murdoch murdoch at stats.uwo.ca
Mon Sep 22 21:12:16 CEST 2008


On 9/22/2008 2:50 PM, Arthur Roberts wrote:
> Hi, all,
> 
> Could anyone give me advise on who the execute external programs with  
> R?  It would be greatly appreciated.

The system() or shell() functions can do this; Windows also has 
shell.exec().

Duncan Murdoch



More information about the R-help mailing list