The R Project SVN R

Rev

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

Rev 19799 Rev 27447
Line 34... Line 34...
34
  (eg. \code{c} or \code{n} ) then you need to use \code{print(c)} and
34
  (eg. \code{c} or \code{n} ) then you need to use \code{print(c)} and
35
  \code{print(n)} to evaluate them.
35
  \code{print(n)} to evaluate them.
36
}
36
}
37
\seealso{
37
\seealso{
38
  \code{\link{browser}}, \code{\link{traceback}} to see the stack after
38
  \code{\link{browser}}, \code{\link{traceback}} to see the stack after
39
  an \code{Error: \dots} message; \code{\link{recover}} for another
39
  an \code{Error: \dots} message; \code{\link[utils]{recover}} for another
40
  debugging approach.
40
  debugging approach.
41
}
41
}
42
\keyword{programming}
42
\keyword{programming}
43
\keyword{environment}
43
\keyword{environment}