The R Project SVN R

Rev

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

Rev 61433 Rev 61650
Line 37... Line 37...
37
  \item{first}{
37
  \item{first}{
38
    Whether to show the first (or last) location of the object.
38
    Whether to show the first (or last) location of the object.
39
  }
39
  }
40
}
40
}
41
\details{
41
\details{
42
  Each statement of a function will have its own source reference if
42
  Each statement of a function will have its own source reference if the 
43
  \code{options(keep.source = TRUE)}.  These functions retrieve all of them.
43
  \code{"keep.source"} option is \code{TRUE)}.  These functions retrieve all of them.
44
 
44
 
45
  The components are as follows:
45
  The components are as follows:
46
  \describe{
46
  \describe{
47
    \item{line}{The line number where the object starts or ends.}
47
    \item{line}{The line number where the object starts or ends.}
48
    \item{column}{The column number where the object starts or ends.}
48
    \item{column}{The column number where the object starts or ends.}