| cran_help_cliques | R Documentation |
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.
cran_help_cliques(packages = NULL)
packages |
A vector with packages or |
Requires igraph
Return a data.frame of help pages not connected to the network of help pages. Or NULL if nothing are found.
Other functions related to CRAN help pages:
cran_help_pages_not_linked(),
cran_help_pages_wo_links()
chc <- cran_help_cliques("BaseSet")
head(chc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.