Retrieve links on R documentation files.
Value
A data.frame with the links on R's files. It has 4 columns: Package, Anchor, Target and Source.
See also
The raw source of the data is: base_rdxrefs_db()
.
Other links:
base_pages_links()
,
base_pkges_links()
,
base_targets_links()
,
cran_links()
,
cran_pages_links()
,
cran_pkges_links()
,
cran_targets_links()
Examples
bl <- base_links()
head(bl)
#> Package Source Target Anchor
#> 1 base Arithmetic.Rd Ops =S3groupGeneric
#> 2 base Arithmetic.Rd Ops =S3groupGeneric
#> 3 base Arithmetic.Rd infinite
#> 4 base Arithmetic.Rd double
#> 5 base Arithmetic.Rd double
#> 6 base Arithmetic.Rd warning