Skip to content
Prev 12521 / 398502 Next

evaluating keystroke

On Tue, 24 Jul 2001, Sven Garbade wrote:

            
Not really.  In general you need to hit Return to get any input
into R, and the readline() function is one way to do this.  The
platform-specific input routines wait for a complete line (indicated by
hitting Return) before passing the line onto R.