del.usr.cmd {base} | R Documentation |
This command remove, if any, the User's menu from the R Console menubar.
del.usr.cmd()
del.menu.cmd,del.num.cmd
.
# we create 3 menus
add.menu.cmd("Menu1","ls()")
add.menu.cmd("Menu2","dir()")
add.menu.cmd("Menu3","library()")
# we remove the second one
del.num.cmd(2)
# we remove the whole menu
del.usr.cmd()