The R Project SVN R

Rev

Rev 83840 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 83840 Rev 88539
Line 1... Line 1...
1
% File src/library/utils/man/recover.Rd
1
% File src/library/utils/man/recover.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2011 R Core Team
3
% Copyright 1995-2025 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{recover}
6
\name{recover}
7
\alias{recover}
7
\alias{recover}
8
\title{Browsing after an Error}
8
\title{Browsing after an Error}
Line 51... Line 51...
51
  with the user.  The navigating commands \code{up} and \code{down} do
51
  with the user.  The navigating commands \code{up} and \code{down} do
52
  not exist in the \R version; instead, exit the browser and select
52
  not exist in the \R version; instead, exit the browser and select
53
  another frame.
53
  another frame.
54
}
54
}
55
\references{
55
\references{
56
  John M. Chambers (1998).
-
 
57
  \emph{Programming with Data}; Springer. \cr
56
  \bibinfo{R:Chambers:1998}{footer}{See the compatibility note above, however.}
58
  See the compatibility note above, however.
57
  \bibshow{R:Chambers:1998}
59
}
58
}
60
\seealso{
59
\seealso{
61
  \code{\link{browser}} for details about the interactive computations;
60
  \code{\link{browser}} for details about the interactive computations;
62
  \code{\link{options}} for setting the error option;
61
  \code{\link{options}} for setting the error option;
63
  \code{\link{dump.frames}} to save the current environments for later
62
  \code{\link{dump.frames}} to save the current environments for later