The R Project SVN R

Rev

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

Rev 59039 Rev 59883
Line 60... Line 60...
60
 
60
 
61
  \code{getSrcLocation} returns an integer vector of the requested type
61
  \code{getSrcLocation} returns an integer vector of the requested type
62
  of locations.
62
  of locations.
63
}
63
}
64
\seealso{
64
\seealso{
65
\code{\link{srcref}}
65
\code{\link{srcref}}, \code{\link{getParseData}}
66
}
66
}
67
\examples{
67
\examples{
68
fn <- function(x) {
68
fn <- function(x) {
69
  x + 1 # A comment, kept as part of the source
69
  x + 1 # A comment, kept as part of the source
70
}			    
70
}