Skip to contents

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

Usage

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

Examples

cpl <- cran_pages_links("Matrix")
#> Warning: Omitting packages Matrix.
#> Maybe they are currently not on CRAN?
head(cpl)
#> NULL