Retrieve links on R documentation files.
Examples
bl <- base_links()
#> Retrieving base_rdxrefs, this might take a bit.
#> Next call will be faster.
head(bl)
#> Target Anchor Source Package to_pkg
#> [1,] "Ops" "=S3groupGeneric" "Arithmetic.Rd" "base" ""
#> [2,] "Ops" "=S3groupGeneric" "Arithmetic.Rd" "base" ""
#> [3,] "infinite" "" "Arithmetic.Rd" "base" ""
#> [4,] "double" "" "Arithmetic.Rd" "base" ""
#> [5,] "double" "" "Arithmetic.Rd" "base" ""
#> [6,] "warning" "" "Arithmetic.Rd" "base" ""
#> to_target
#> [1,] "S3groupGeneric"
#> [2,] "S3groupGeneric"
#> [3,] ""
#> [4,] ""
#> [5,] ""
#> [6,] ""