The R Project SVN R

Rev

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

Rev 77279 Rev 77282
Line 66... Line 66...
66
\value{
66
\value{
67
  \code{.traceback()} returns the deparsed call stack deepest call
67
  \code{.traceback()} returns the deparsed call stack deepest call
68
  first as a list or pairlist.  The number of lines deparsed from
68
  first as a list or pairlist.  The number of lines deparsed from
69
  the call can be limited via \code{max.lines}.  Calls for which
69
  the call can be limited via \code{max.lines}.  Calls for which
70
  \code{max.lines} results in truncated output will gain a
70
  \code{max.lines} results in truncated output will gain a
71
  \code{\dQuote{truncated}} attribute.
71
  \code{"truncated"} attribute.
72
 
72
 
73
  \code{traceback()} formats, prints, and returns the call stack
73
  \code{traceback()} formats, prints, and returns the call stack
74
  produced by \code{.traceback()} invisibly.
74
  produced by \code{.traceback()} invisibly.
75
}
75
}
76
\section{Warning}{
76
\section{Warning}{