Explore the relationship between CRAN 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 from CRAN:
cran_links(),
cran_pages_links(),
cran_pkges_links(),
links()
Examples
ctl <- cran_targets_links("BaseSet")
head(ctl)
#> from_pkg from_Rd to_pkg to_target to_Rd n
#> 1 BaseSet BaseSet-package.Rd TidySet 1
#> 2 BaseSet TidySet-class.Rd add_relation 1
#> 3 BaseSet TidySet-class.Rd arrange.TidySet 1
#> 4 BaseSet TidySet-class.Rd complement_element 1
#> 5 BaseSet TidySet-class.Rd complement_set 1
#> 6 BaseSet TidySet-class.Rd element_size 1