| cran_help_pages_wo_links | R Documentation |
Help pages without links from other help pages. This makes harder to find them.
cran_help_pages_wo_links(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_not_linked()
ap <- available.packages()
a_package <- rownames(ap)[startsWith(rownames(ap), "a")][1]
chwl <- cran_help_pages_wo_links(a_package)
head(chwl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.