powered by
Help pages without links from other help pages. This makes harder to find them.
cran_help_pages_wo_links(packages = NULL)
A data.frame with two columns: Package and Source NA if not able to collect the data from CRAN.
NA
A vector with packages or NULL for all packages.
NULL
Other functions related to CRAN help pages: cran_help_cliques(), cran_help_pages_not_linked()
cran_help_cliques()
cran_help_pages_not_linked()
# \donttest{ ap <- available.packages() if (NROW(ap)) { a_package <- rownames(ap)[startsWith(rownames(ap), "a")][1] chwl <- cran_help_pages_wo_links(a_package) head(chwl) } # }
Run the code above in your browser using DataLab