| base_links | R Documentation |
Retrieve links on R documentation files.
base_links(packages = NULL)
packages |
A vector with packages or |
A data.frame with the links on R's files. It has 4 columns: Package, Anchor, Target and Source.
The raw source of the data is: base_rdxrefs_db().
Other links from R:
base_pages_links(),
base_pkges_links(),
base_targets_links()
bl <- base_links()
head(bl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.