powered by
inpboxlist(vnames, ltitle)
To get the menu, just use the following code: vnames<-as.character(1:20) ltitle<-'Number choice' ans<-inpboxlist(vnames,ltitle)
vnames<-as.character(1:20)
ltitle<-'Number choice'
ans<-inpboxlist(vnames,ltitle)