| base_alias | R Documentation |
Retrieve alias available on R.
base_alias(packages = NULL)
packages |
A vector with packages or |
A data.frame with three columns: Package, Source and Target.
The raw source of the data is: base_aliases_db().
Other alias:
cran_alias()
ba <- base_alias()
head(ba)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.