Skip to contents

Help pages without links to other help pages. This makes harder to navigate to related help pages.

Usage

base_help_pages_not_linked()

Value

A data.frame with two columns: Package and Source. NA if not able to collect the data from CRAN.

See also

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

Examples

# \donttest{
bhnl <- base_help_pages_not_linked()
#> Warning: Some links are distinct depending on the OS.
head(bhnl)
#>   Package          Source
#> 1    base   Arithmetic.Rd
#> 2    base         AsIs.Rd
#> 3    base       Bessel.Rd
#> 4    base CallExternal.Rd
#> 5    base        Colon.Rd
#> 6    base   Comparison.Rd
# }