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:
base_links()
,
base_pages_links()
,
base_pkges_links()
,
base_targets_links()
,
cran_links()
,
cran_pages_links()
,
cran_pkges_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 BaseSet TidySet TidySet-class.Rd 1
#> 2 BaseSet TidySet-class.Rd BaseSet activate activate.Rd 1
#> 3 BaseSet TidySet-class.Rd BaseSet add_column add_column.Rd 1
#> 4 BaseSet TidySet-class.Rd BaseSet add_relation add_relation.Rd 1
#> 5 BaseSet TidySet-class.Rd BaseSet arrange.TidySet arrange_.Rd 1
#> 6 BaseSet TidySet-class.Rd BaseSet cartesian cartesian.Rd 1