.utilities<-function(){ " *--------------------------------------------* * Utilities -- short-cut -- * *--------------------------------------------* * .allChapters # .all * * .calendar # .cal * * .code # subdirectory * * .dictionary # .dict * * .inClassEx # .ice * * .macUsers # .mac * * .niceFormula # .nf * * .nLetterFunctions # .nlf * * .searchDataInPackages # .sdip * * .searchRpackages # .srp * * .termProjects # .tp .c25 * * .videos # .v * * .watchVideos # .v2 * *--------------------------------------------* * >.ice # see a list of ice * * >.uu # back to utilities * * >.fm # back to main menu * *--------------------------------------------* " .utilities_() } .utilities_<-function(){ cat( " *--------------------------------------------* * Utilities -- short-cut -- * *--------------------------------------------* * .allChapters # .all * * .calendar # .cal * * .code # subdirectory * * .dictionary # .dict * * .inClassEx # .ice * * .macUsers # .mac * * .niceFormula # .nf * * .nLetterFunctions # .nlf * * .searchDataInPackages # .sdip * * .searchRpackages # .srp * * .termProjects # .tp .c25 * * .videos # .v * * .watchVideos # .v2 * *--------------------------------------------* * >.ice # see a list of ice * * >.uu # back to utilities * * >.fm # back to main menu * *--------------------------------------------* ")}