The R Project SVN R

Rev

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

Rev 87032 Rev 87557
Line 9... Line 9...
9
\alias{base_rdxrefs_db}
9
\alias{base_rdxrefs_db}
10
\description{
10
\description{
11
  Tools for obtaining information about base packages.
11
  Tools for obtaining information about base packages.
12
}
12
}
13
\usage{
13
\usage{
-
 
14
base_aliases_db(verbose = FALSE, Ncpus = getOption("Ncpus", 1L))
-
 
15
base_rdxrefs_db(verbose = FALSE, Ncpus = getOption("Ncpus", 1L))
-
 
16
}
14
base_aliases_db()
17
\arguments{
-
 
18
  \item{verbose}{logical.  Should packages be listed as they are
15
base_rdxrefs_db()
19
    processed?}
-
 
20
  \item{Ncpus}{the number of parallel processes to use for processing.}
16
}
21
}
17
\details{
22
\details{
18
  \code{base_aliases_db()} returns the Rd aliases in the base
23
  \code{base_aliases_db()} returns the Rd aliases in the base
19
  packages, as a nested per-package named list of per-Rd-file named
24
  packages, as a nested per-package named list of per-Rd-file named
20
  lists with the aliases.
25
  lists with the aliases.