Skip to contents

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

Usage

base_help_pages_wo_links()

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

# \donttest{
bhwl <- base_help_pages_wo_links()
#> Warning: Some pages point to different places according to the OS.
#> Warning: Some links are distinct depending on the OS.
head(bhwl)
#>   Package          Source
#> 1    base     S3method.Rd
#> 2    base   Sys.getpid.Rd
#> 3    base    Sys.sleep.Rd
#> 4    base       append.Rd
#> 5    base       asplit.Rd
#> 6    base base-package.Rd
# }