Kurapati, Ravichandra (Ravichandra)
2008-Jul-24 13:47 UTC
[R] how know the status of particular process
Hi
I have the process id,
How can I know whether it is in active state or not
Thanks
K.Ravichandra
[[alternative HTML version deleted]]
Kurapati, Ravichandra (Ravichandra) wrote:> Hi > > I have the process id, > > How can I know whether it is in active state or notThis is not an R question. Find out how to do it in your operating system (whatever that is), and do the same in R using system(). Duncan Murdoch