cran_targets_links: Links between help pages by target

View source: R/cran_xrefs.R

cran_targets_linksR Documentation

Description

Explore the relationship between CRAN packages and other help pages by the target they use.

Usage

cran_targets_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_target, to_Rd, n (Number of links).

See Also

Other links from CRAN: cran_links(), cran_pages_links(), cran_pkges_links()

Examples

ctl <- cran_targets_links("BaseSet")
head(ctl)

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