inpboxe5: Input Box with five edit boxes

Description Usage Arguments Details Value Author(s) References

View source: R/menucollection.r

Description

Input box for multiple inputs

Usage

1
inpboxe5(vlabel, inp)

Arguments

vlabel

character vector with the text label of the box

inp

character vector with the initialization

Details

See example for the element order in the vectors :

inpboxe5.png

To get the menu, just use the following code:
vlabel<-c('matrix 1','matrix 2','matrix 3','matrix 4','matrix 5')
inp<-c('M','N','S','R','T')
ans<-inpboxe5(vlabel,inp)

Value

List with the user answers as characters

Author(s)

Gianmarco Polotti

References

Lawrence M.F.,Verzani J., (2012) Programming Graphical User Interfaces in R,CRC Press Taylor & Francis Group


MenuCollection documentation built on May 29, 2017, 9:59 p.m.