base_links: Base R's links

View source: R/base_xrefs.R

base_linksR Documentation

Description

Retrieve links on R documentation files.

Usage

base_links(packages = NULL)

Arguments

packages

A vector with packages or NULL for all packages.

Value

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

See Also

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

Other links from R: base_pages_links(), base_pkges_links(), base_targets_links()

Examples

bl <- base_links()
head(bl)

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