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.
NA
if not able to collect the data from CRAN.
See also
The raw source of the data is: base_rdxrefs_db()
.
Other links from R:
base_pages_links()
,
base_pkges_links()
,
base_targets_links()
Examples
# \donttest{
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
# }