Learn R Programming

repo.data (version 0.1.5)

base_links: Base R's links

Description

Retrieve links on R documentation files.

Usage

base_links(packages = NULL)

Value

A data.frame with the links on R's files. It has 4 columns: Package, Anchor, Target and Source. NA if not able to collect the data from CRAN.

Arguments

packages

A vector with packages or NULL for all packages.

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

Run this code
bl <- base_links()
head(bl)

Run the code above in your browser using DataLab