base_pkges_links: Links between help pages by package

View source: R/base_xrefs.R

base_pkges_linksR Documentation

Description

Explore the relationship between base R packages and other packages. If the target package is ambiguous it is omitted.

Usage

base_pkges_links(packages = NULL)

Arguments

packages

A vector with packages or NULL for all packages.

Value

A data.frame with 6 columns: from_pkg, to_pkg, n (Number of links).

See Also

Other links from R: base_links(), base_pages_links(), base_targets_links()

Examples


bpkl <- base_pkges_links()
head(bpkl)


repo.data documentation built on Sept. 15, 2025, 9:08 a.m.