powered by
Retrieve links on R documentation files.
base_links(packages = NULL)
A data.frame with the links on R's files. It has 4 columns: Package, Anchor, Target and Source. NA if not able to collect the data from CRAN.
NA
A vector with packages or NULL for all packages.
NULL
The raw source of the data is: base_rdxrefs_db().
base_rdxrefs_db()
Other links from R: base_pages_links(), base_pkges_links(), base_targets_links()
base_pages_links()
base_pkges_links()
base_targets_links()
bl <- base_links() head(bl)
Run the code above in your browser using DataLab