Explore the relationship between base R packages and other help pages. If the target help page is ambiguous it is omitted.
Value
A data.frame with 6 columns: from_pkg, from_Rd, to_pkg, to_Rd, n (Number of links).
NA
if not able to collect the data from CRAN.
See also
Other links from R:
base_links()
,
base_pkges_links()
,
base_targets_links()
Examples
# \donttest{
bpl <- base_pages_links()
#> Retrieving base_targets_links, this might take a bit.
#> Caching results to be faster next call in this session.
head(bpl)
#> [1] NA
# }