cran_help_cliques: Help pages with cliques

View source: R/cran_help.R

cran_help_cliquesR Documentation

Help pages with cliques

Description

Some help pages have links to other pages and they might be linked from others but they are closed network: there is no link that leads to different help pages.

Usage

cran_help_cliques(packages = NULL)

Arguments

packages

A vector with packages or NULL for all packages.

Details

Requires igraph

Value

Return a data.frame of help pages not connected to the network of help pages. Or NULL if nothing are found.

See Also

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

Examples


chc <- cran_help_cliques("BaseSet")
head(chc)


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