# Display the short description of an alias
showAliases()
# Display the full description of an alias
showAliases("renewable")
getAlias("renewable")
if (FALSE) {
# Create a new alias that imports flows
setAlias("test", "short description", c("links", "FLOW LIN."))
showAliases()
}
Run the code above in your browser using DataLab