| base_pkges_links | R Documentation |
Explore the relationship between base R packages and other packages. If the target package is ambiguous it is omitted.
base_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 R:
base_links(),
base_pages_links(),
base_targets_links()
bpkl <- base_pkges_links()
head(bpkl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.