[R] Waiting for Key input

2007-03-06 Thread Saptarshi Guha
Hi, I have another question. Is there any command that waits for key input? I am running R on OS X, so getGraphicsEvents doesn't work. I have put some debug print messages in a function and would like to pause the code every time the message is printed and continue on a

Re: [R] Waiting for Key input

2007-03-06 Thread Petr Klasterecky
?browser ?readline Petr Saptarshi Guha napsal(a): Hi, I have another question. Is there any command that waits for key input? I am running R on OS X, so getGraphicsEvents doesn't work. I have put some debug print messages in a function and would like to pause the code