The R Project SVN R

Rev

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

Rev 68948 Rev 73574
Line 4... Line 4...
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{getParseData}
6
\name{getParseData}
7
\alias{getParseData}
7
\alias{getParseData}
8
\alias{getParseText}
8
\alias{getParseText}
9
\title{
-
 
10
Get detailed parse information from object.
9
\title{Get Detailed Parse Information from Object}
11
}
-
 
12
\description{
10
\description{
13
  If the \code{"keep.source"} option is \code{TRUE}, \R's parser
11
  If the \code{"keep.source"} option is \code{TRUE}, \R's parser
14
  will attach detailed information on the object it has parsed.  These
12
  will attach detailed information on the object it has parsed.  These
15
  functions retrieve that information.
13
  functions retrieve that information.
16
}
14
}