The R Project SVN R

Rev

Rev 87957 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 87957 Rev 88539
Line 1... Line 1...
1
% File src/library/utils/man/getParseData.Rd
1
% File src/library/utils/man/getParseData.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 2012-2021 R Core Team
3
% Copyright 2012-2025 R Core Team
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}
Line 71... Line 71...
71
  A character vector of the same length as \code{id} containing the associated
71
  A character vector of the same length as \code{id} containing the associated
72
  text items.  If they are not included in \code{parseData}, they will be
72
  text items.  If they are not included in \code{parseData}, they will be
73
  retrieved from the original file.
73
  retrieved from the original file.
74
}
74
}
75
\references{
75
\references{
76
  Romain Francois (2012). parser: Detailed R source code parser. R
76
  \bibshow{R:Francois:2012}
77
  package version 0.0-16. \url{https://github.com/halpo/parser}.
-
 
78
}
77
}
79
\author{
78
\author{
80
Duncan Murdoch
79
Duncan Murdoch
81
}
80
}
82
\note{
81
\note{