base_pages_links: Links between help pages by page

View source: R/base_xrefs.R

base_pages_linksR Documentation

Description

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

Usage

base_pages_links(packages = NULL)

Arguments

packages

A vector with packages or NULL for all packages.

Value

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

See Also

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

Examples


bpl <- base_pages_links()
head(bpl)


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