character vector with the text label of the first combo
vcombo2
character vector with the text label of the second combo
inp
character vector with the initialization
Value
list with the user answers as character
Details
See example for the element order in the vectors
inpboxecece.png
To get the menu just use the following code:
vlabel<-c('matrix1','combo1','matrix2','combo2','matrix3')vcombo1<-c('a','b','c','d')vcombo2<-c('1','2','3','4')inp<-c('M','1','N','2','S')ans<-inpboxecece(vlabel, vcombo1, vcombo2,inp)
References
Lawrence M.F.,Verzani J., (2012) Programming Graphical User Interfaces in R,CRC Press Taylor & Francis Group