The R Project SVN R

Rev

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

Rev 61650 Rev 62070
Line 38... Line 38...
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 the 
42
  Each statement of a function will have its own source reference if the 
43
  \code{"keep.source"} option is \code{TRUE)}.  These functions retrieve all of them.
43
  \code{"keep.source"} option is \code{TRUE}.  These functions retrieve
-
 
44
  all of them. 
44
 
45
 
45
  The components are as follows:
46
  The components are as follows:
46
  \describe{
47
  \describe{
47
    \item{line}{The line number where the object starts or ends.}
48
    \item{line}{The line number where the object starts or ends.}
48
    \item{column}{The column number where the object starts or ends.}
49
    \item{column}{The column number where the object starts or ends.}