Explore the relationship between base R packages and other help pages by the target they use.
Value
A data.frame with 6 columns: from_pkg, from_Rd, to_pkg, to_target, 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_pages_links()
,
base_pkges_links()
Examples
# \donttest{
btl <- base_targets_links()
head(btl)
#> [1] NA
# }