cran_links: CRAN's links

View source: R/cran_xrefs.R

cran_linksR Documentation

Description

Retrieve links on CRAN packages' R documentation files.

Usage

cran_links(packages = NULL)

Arguments

packages

A vector with packages or NULL for all packages.

Value

A data.frame with the links on CRAN's packages. It has 4 columns: Package, Anchor, Target and Source.

See Also

The raw source of the data is: CRAN_rdxrefs_db().

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

Other meta info from CRAN: cran_alias(), cran_archive(), cran_comments(), cran_history()

Examples

cl <- cran_links("CytoSimplex")
head(cl)

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