cran_pkges_links: Links between help pages by package

View source: R/cran_xrefs.R

cran_pkges_linksR Documentation

Description

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

Usage

cran_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 CRAN: cran_links(), cran_pages_links(), cran_targets_links()

Examples


cpkl <- cran_pkges_links()
head(cpkl)


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