powered by
Retrieve alias available on R.
base_alias(packages = NULL)
A data.frame with three columns: Package, Source and Target. NA if not able to collect the data from CRAN.
NA
A vector with packages or NULL for all packages.
NULL
The raw source of the data is: base_aliases_db().
base_aliases_db()
Other alias: cran_alias()
cran_alias()
# \donttest{ ba <- base_alias() head(ba) # }
Run the code above in your browser using DataLab