The R Project SVN R

Rev

Rev 24300 | Rev 37213 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24300 Rev 27625
Line 13... Line 13...
13
  current expression and runs a copy of the \R interpreter which has
13
  current expression and runs a copy of the \R interpreter which has
14
  access to variables local to the environment where the call took
14
  access to variables local to the environment where the call took
15
  place.
15
  place.
16
 
16
 
17
  Local variables can be listed with \code{ls}, and manipulated with \R
17
  Local variables can be listed with \code{ls}, and manipulated with \R
18
  expressions typed to this sub-interpreter.  The interpreter copy is
18
  expressions typed to this sub-interpreter.  The sub-interpreter can be
19
  exited by typing \code{c}.  Execution then resumes at the statement
19
  exited by typing \code{c}.  Execution then resumes at the statement
20
  following the call to \code{browser}.
20
  following the call to \code{browser}.
21
 
21
 
22
  Typing \code{n} causes the step-through-debugger, to start and it is
22
  Typing \code{n} causes the step-through-debugger, to start and it is
23
  possible to step through the remainder of the function one line at a
23
  possible to step through the remainder of the function one line at a