The R Project SVN R

Rev

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

Rev 59039 Rev 61150
Line 9... Line 9...
9
\description{
9
\description{
10
  Interrupt the execution of an expression and allow the inspection of
10
  Interrupt the execution of an expression and allow the inspection of
11
  the environment where \code{browser} was called from.
11
  the environment where \code{browser} was called from.
12
}
12
}
13
\usage{
13
\usage{
14
browser(text="", condition=NULL, expr=TRUE, skipCalls=0L)
14
browser(text = "", condition = NULL, expr = TRUE, skipCalls = 0L)
15
}
15
}
16
\arguments{
16
\arguments{
17
  \item{text}{a text string that can be retrieved once the browser is invoked.}
17
  \item{text}{a text string that can be retrieved once the browser is invoked.}
18
  \item{condition}{a condition that can be retrieved once the browser is
18
  \item{condition}{a condition that can be retrieved once the browser is
19
    invoked.}
19
    invoked.}