[R] using system()

Thomas Petzoldt thpe at hhbio.wasser.tu-dresden.de
Wed Sep 7 17:30:54 CEST 2005


Omar Lakkis schrieb:
> Using system() is theer a way to make the R interpreter not wait for
> the command to finish?

system("cmd", wait=FALSE)

see ?system in online help.

Thomas P.




More information about the R-help mailing list