basetools {tools} | R Documentation |
Base Package Tools
Description
Tools for obtaining information about base packages.
Usage
base_aliases_db()
base_rdxrefs_db()
Details
base_aliases_db()
returns the Rd aliases in the base
packages, as a nested per-package named list of per-Rd-file named
lists with the aliases.
base_rdxrefs_db()
returns the Rd cross-references in the
base packages, as a per-package list of matrices with columns
"Target"
, "Anchor"
and "Source"
.
See Also
CRAN_aliases_db()
and CRAN_rdxrefs_db()
for getting the Rd aliases and cross-references in the current CRAN
packages.
[Package tools version 4.5.0 Index]