| cran_links | R Documentation |
Retrieve links on CRAN packages' R documentation files.
cran_links(packages = NULL)
packages |
A vector with packages or |
A data.frame with the links on CRAN's packages. It has 4 columns: Package, Anchor, Target and Source.
The raw source of the data is: CRAN_rdxrefs_db().
Other links from CRAN:
cran_pages_links(),
cran_pkges_links(),
cran_targets_links()
Other meta info from CRAN:
cran_alias(),
cran_archive(),
cran_comments(),
cran_history()
cl <- cran_links("CytoSimplex")
head(cl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.