The R Project SVN R

Rev

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

Rev 88539 Rev 88907
Line 86... Line 86...
86
  may change in future versions of \R.  Use \code{\link{promptData}} to
86
  may change in future versions of \R.  Use \code{\link{promptData}} to
87
  create documentation skeletons for data sets.
87
  create documentation skeletons for data sets.
88
}
88
}
89
\seealso{
89
\seealso{
90
  \code{\link{promptData}}, \code{\link{help}} and the chapter on
90
  \code{\link{promptData}}, \code{\link{help}} and the chapter on
91
  \sQuote{Writing R documentation files} in the \sQuote{Writing R Extensions}
-
 
92
  manual:
-
 
93
  \code{\link{RShowDoc}("R-exts#Writing-R-documentation-files")}.
91
  \manual{R-exts}{Writing R documentation files}.
94
 
92
 
95
  For creation of many help pages (for a package),
93
  For creation of many help pages (for a package),
96
  see \code{\link{package.skeleton}}.
94
  see \code{\link{package.skeleton}}.
97
 
95
 
98
  To prompt the user for input, see \code{\link{readline}}.
96
  To prompt the user for input, see \code{\link{readline}}.