The R Project SVN R

Rev

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

Rev 87287 Rev 87345
Line 16... Line 16...
16
undebug(fun, signature = NULL)
16
undebug(fun, signature = NULL)
17
isdebugged(fun, signature = NULL)
17
isdebugged(fun, signature = NULL)
18
debuggingState(on = NULL)
18
debuggingState(on = NULL)
19
}
19
}
20
\arguments{
20
\arguments{
21
  \item{fun}{any interpreted \R function.}
21
  \item{fun}{any interpreted \R function or a character string naming
-
 
22
    one.}
22
  \item{text}{a text string that can be retrieved when the browser is entered.}
23
  \item{text}{a text string that can be retrieved when the browser is entered.}
23
  \item{condition}{a condition that can be retrieved when the browser is
24
  \item{condition}{a condition that can be retrieved when the browser is
24
    entered.}
25
    entered.}
25
  \item{signature}{an optional method signature. If specified, the
26
  \item{signature}{an optional method signature. If specified, the
26
    method is debugged, rather than its generic.}
27
    method is debugged, rather than its generic.}