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