The R Project SVN R

Rev

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

Rev 88498 Rev 88907
Line 19... Line 19...
19
  \item{package}{an optional character string specifying the name of a
19
  \item{package}{an optional character string specifying the name of a
20
    package within which to look for documentation.}
20
    package within which to look for documentation.}
21
}
21
}
22
\details{
22
\details{
23
  \code{what} can specify one of several different sources of documentation,
23
  \code{what} can specify one of several different sources of documentation,
24
  including the \R manuals (\code{R-admin}, \code{R-data}, \code{R-exts},
24
  including the \R manuals (\code{"R-admin"}, \code{"R-data"}, \code{"R-exts"},
25
  \code{R-intro}, \code{R-ints}, \code{R-lang}), \code{NEWS},
25
  \code{"R-intro"}, \code{"R-ints"}, \code{"R-lang"}), \code{NEWS},
26
  \code{COPYING} (the GPL licence), any of the licenses in
26
  \code{COPYING} (the GPL licence), any of the licenses in
27
  \file{share/licenses}, \code{FAQ} (also available as
27
  \file{share/licenses}, \code{FAQ} (also available as
28
  \code{R-FAQ}), and the files in \file{\var{\link{R_HOME}}/doc}.
28
  \code{"R-FAQ"}), and the files in \file{\var{\link{R_HOME}}/doc}.
29
 
29
 
30
  Only on Windows, the \R for Windows FAQ is specified by \code{rw-FAQ}.
30
  Only on Windows, the \R for Windows FAQ is specified by \code{"rw-FAQ"}.
31
 
31
 
32
  If \code{package} is supplied, documentation is looked for in the
32
  If \code{package} is supplied, documentation is looked for in the
33
  \file{doc} and top-level directories of an installed package of that name.
33
  \file{doc} and top-level directories of an installed package of that name.
34
 
34
 
35
  If \code{what} is missing a brief usage message is printed.
35
  If \code{what} is missing a brief usage message is printed.