Learn R Programming

repo.data (version 0.1.5)

cran_pages_links: Links between help pages by page

Description

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)

Value

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

Arguments

packages

A vector with packages or NULL for all packages.

See Also

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

Examples

Run this code
cpl <- cran_pages_links("Matrix")
head(cpl)

Run the code above in your browser using DataLab