Learn R Programming

repo.data (version 0.1.5)

base_alias: Base R's alias

Description

Retrieve alias available on R.

Usage

base_alias(packages = NULL)

Value

A data.frame with three columns: Package, Source and Target. NA if not able to collect the data from CRAN.

Arguments

packages

A vector with packages or NULL for all packages.

See Also

The raw source of the data is: base_aliases_db().

Other alias: cran_alias()

Examples

Run this code
# \donttest{
ba <- base_alias()
head(ba)
# }

Run the code above in your browser using DataLab