mymenu: Function that produces menu element and catches the input of...

Description Usage Arguments Details Examples

Description

Function mymenu that produces menu element and catches the input of the user

Usage

1
2
mymenu(title="Hi",choices="y",codes=1:length(choices),part="NA",
   help="No further help available",levelTabulator)

Arguments

title

the title

choices

choice made my the user

codes

vector from 1 to the length of choices

part

part

help

whether further help is available

levelTabulator

numeric indicating the level of the menu

Details

This function is not intended to be called directly but is internally called during rrisk session.

Examples

1
2
mymenu(title="Hi",choices="x",codes=1:length("x"),
part="NA",help="No further help available",levelTabulator=1)

BfRstats/rrisk documentation built on May 5, 2019, 3:49 p.m.