| cran_pkges_links | R Documentation |
Explore the relationship between CRAN packages and other packages. If the target package is ambiguous it is omitted.
cran_pkges_links(packages = NULL)
packages |
A vector with packages or |
A data.frame with 6 columns: from_pkg, to_pkg, n (Number of links).
Other links from CRAN:
cran_links(),
cran_pages_links(),
cran_targets_links()
cpkl <- cran_pkges_links()
head(cpkl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.