The R Project SVN R

Rev

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

Rev 68948 Rev 69590
Line 1... Line 1...
1
% File src/library/utils/man/RShowDoc.Rd
1
% File src/library/utils/man/RShowDoc.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 1995-2014 R Core Team
3
% Copyright 1995-2015 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{RShowDoc}
6
\name{RShowDoc}
7
\alias{RShowDoc}
7
\alias{RShowDoc}
8
\title{Show R Manuals and Other Documentation}
8
\title{Show R Manuals and Other Documentation}
Line 35... Line 35...
35
  If \code{what} is missing a brief usage message is printed.
35
  If \code{what} is missing a brief usage message is printed.
36
 
36
 
37
  The documentation types are tried in turn starting with the first
37
  The documentation types are tried in turn starting with the first
38
  specified in \code{type} (or \code{"pdf"} if none is specified).
38
  specified in \code{type} (or \code{"pdf"} if none is specified).
39
}
39
}
-
 
40
\seealso{
-
 
41
  For displaying regular help files, \code{\link{help}} (or
-
 
42
  \code{\link{?}}) and \code{\link{help.start}}.
-
 
43
 
-
 
44
  For \code{type = "txt"}, \code{\link{file.show}} is used.
-
 
45
  \code{\link{vignette}}s are nicely viewed via \code{RShowDoc(*, package= . )}.
-
 
46
}
40
\value{
47
\value{
41
  A invisible character string given the path to the file found.
48
  A invisible character string given the path to the file found.
42
}
49
}
43
\examples{\donttest{
50
\examples{\donttest{
44
RShowDoc("R-lang")
51
RShowDoc("R-lang")