| cran_help_pages_not_linked | R Documentation |
Help pages without links to other help pages. This makes harder to navigate to related help pages.
cran_help_pages_not_linked(packages = NULL)
packages |
A vector with packages or |
A data.frame with two columns: Package and Source
Other functions related to CRAN help pages:
cran_help_cliques(),
cran_help_pages_wo_links()
ap <- available.packages()
a_package <- rownames(ap)[startsWith(rownames(ap), "A")][1]
chnl <- cran_help_pages_not_linked(a_package)
head(chnl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.