Explore the relationship between base R packages and other help pages. If the target help page is ambiguous it is omitted.
See also
Other links:
base_links()
,
base_pkges_links()
,
base_targets_links()
,
cran_links()
,
cran_pages_links()
,
cran_pkges_links()
,
cran_targets_links()
Examples
bpl <- base_pages_links()
#> Retrieving base_targets_links, this might take a bit.
#> Caching results to be faster next call in this session.
#> Retrieving cran_aliases, this might take a bit.
#> Caching results to be faster next call in this session.
#> Warning: Packages ‘Hmisc’, ‘geneHapR’, ‘sfsmisc’ have targets not present in a OS.
#> Warning: Some pages point to different places according to the OS.
#> Warning: Some links are distinct depending on the OS.
head(bpl)
#> from_pkg from_Rd to_pkg to_Rd n
#> 1 base Arithmetic.Rd base matmult.Rd 1
#> 2 base Arithmetic.Rd base zMachine.Rd 1
#> 3 base Arithmetic.Rd base NA.Rd 1
#> 4 base Arithmetic.Rd base Special.Rd 1
#> 5 base Arithmetic.Rd base Syntax.Rd 1
#> 6 base Arithmetic.Rd base double.Rd 1