Learn R Programming

repo.data (version 0.1.5)

base_help_pages_wo_links: Help pages not linked from base R

Description

Help pages without links from other help pages. This makes harder to find them.

Usage

base_help_pages_wo_links()

Arguments

Value

A data.frame with two columns: Package and Source

See Also

Other functions related to BASE help pages: base_help_cliques(), base_help_pages_not_linked()

Examples

Run this code
# \donttest{
bhwl <- base_help_pages_wo_links()
head(bhwl)
# }

Run the code above in your browser using DataLab