cran_help_pages_wo_links: Help pages not linked

View source: R/cran_help.R

cran_help_pages_wo_linksR Documentation

Description

Help pages without links from other help pages. This makes harder to find them.

Usage

cran_help_pages_wo_links(packages = NULL)

Arguments

packages

A vector with packages or NULL for all packages.

Value

A data.frame with two columns: Package and Source

See Also

Other functions related to CRAN help pages: cran_help_cliques(), cran_help_pages_not_linked()

Examples

ap <- available.packages()
a_package <- rownames(ap)[startsWith(rownames(ap), "a")][1]
chwl <- cran_help_pages_wo_links(a_package)
head(chwl)

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