Skip to content

How to execute external programs with R?

2 messages · Arthur Roberts, Duncan Murdoch

#
Hi, all,

Could anyone give me advise on who the execute external programs with  
R?  It would be greatly appreciated.

Art Roberts
University of Washington.
#
On 9/22/2008 2:50 PM, Arthur Roberts wrote:
The system() or shell() functions can do this; Windows also has 
shell.exec().

Duncan Murdoch