[R] is there any way to run R method as a background process from R interface

2008-11-07 Thread Kurapati, Ravichandra (Ravichandra)
Hi , can some body tell to me how to run a R method /function as a background process from R interface Thanks K.Ravichandra [[alternative HTML version deleted]] __ R-help@r-project.org mailing list

Re: [R] is there any way to run R method as a background process from R interface

2008-11-07 Thread Philippe Grosjean
Hello, Two approaches depending when you want to trigger this background calculation: 1) It is enough to trigger the background computation after each top-level instruction entered at the command line: use ?addTaskCallback 2) You want to trigger the background calculation at a given time,