Skip to contents

Retrieve links on R documentation files.

Usage

base_links(packages = NULL)

Arguments

packages

A vector with packages or NULL for all packages.

Value

A data.frame with the links on R's files. It has 4 columns: Package, Anchor, Target and Source.

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