The R Project SVN R

Rev

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

Rev 61433 Rev 61650
Line 10... Line 10...
10
  Find the Location of a Line of Source Code, or Set a Breakpoint There.
10
  Find the Location of a Line of Source Code, or Set a Breakpoint There.
11
}
11
}
12
\description{
12
\description{
13
  These functions locate objects containing particular lines of source
13
  These functions locate objects containing particular lines of source
14
  code, using the information saved when the code was parsed with
14
  code, using the information saved when the code was parsed with
15
  \code{options(keep.source = TRUE)}.
15
  \code{keep.source = TRUE}.
16
}
16
}
17
\usage{
17
\usage{
18
findLineNum(srcfile, line, nameonly = TRUE,
18
findLineNum(srcfile, line, nameonly = TRUE,
19
            envir = parent.frame(), lastenv)
19
            envir = parent.frame(), lastenv)
20
 
20