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).
See also
Other links:
base_links()
,
base_pages_links()
,
base_pkges_links()
,
cran_links()
,
cran_pages_links()
,
cran_pkges_links()
,
cran_targets_links()
Examples
btl <- base_targets_links()
head(btl)
#> from_pkg from_Rd to_pkg to_target to_Rd n
#> 1 base Arithmetic.Rd base %*% matmult.Rd 1
#> 2 base Arithmetic.Rd base .Machine zMachine.Rd 1
#> 3 base Arithmetic.Rd Arith 1
#> 4 base Arithmetic.Rd base NA_integer_ NA.Rd 1
#> 5 base Arithmetic.Rd base NaN is.finite.Rd 1
#> 6 base Arithmetic.Rd base S3groupGeneric groupGeneric.Rd 1