The R Project SVN R

Rev

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

Rev 59039 Rev 61160
Line 8... Line 8...
8
\alias{limitedLabels}
8
\alias{limitedLabels}
9
\title{Browsing after an Error}
9
\title{Browsing after an Error}
10
\description{
10
\description{
11
  This function allows the user to browse directly on any of the
11
  This function allows the user to browse directly on any of the
12
  currently active function calls, and is suitable as an error option.
12
  currently active function calls, and is suitable as an error option.
13
  The expression \code{options(error=recover)} will make this
13
  The expression \code{options(error = recover)} will make this
14
  the error option.
14
  the error option.
15
}
15
}
16
\usage{
16
\usage{
17
recover()
17
recover()
18
}
18
}